代码拉取完成,页面将自动刷新
同步操作将从 Gitee 极速下载/MsQuic 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
/*++
Copyright (c) Microsoft Corporation.
Licensed under the MIT License.
--*/
#pragma warning(disable:4100) // unreferenced formal parameter
#pragma warning(disable:4189) // local variable is initialized but not referenced
#pragma warning(disable:4200) // nonstandard extension used: bit field types other than int
#pragma warning(disable:4201) // nonstandard extension used: nameless struct/union
#pragma warning(disable:4204) // nonstandard extension used: non-constant aggregate initializer
#pragma warning(disable:4214) // nonstandard extension used: zero-sized array in struct/union
#pragma warning(disable:4324) // structure was padded due to alignment specifier
#pragma warning(disable:26035) // Precondition Nulltermination Violation
#pragma warning(disable:26451) // Arithmetic overflow: Using operator '+' on a 4 byte value and then casting the result to a 8 byte value.
#pragma warning(disable:28931) // Unused Assignment
//
// Platform or Public Headers.
//
#include "quic_platform.h"
#include "quic_datapath.h"
#include "quic_storage.h"
#include "quic_tls.h"
#include "quic_versions.h"
#include "quic_var_int.h"
#include "quic_trace.h"
#include "msquic.h"
#include "msquicp.h"
#if defined(__cplusplus)
extern "C" {
#endif
//
// Internal Core Headers.
//
#include "quicdef.h"
#include "cid.h"
#include "path.h"
#include "transport_params.h"
#include "lookup.h"
#include "timer_wheel.h"
#include "settings.h"
#include "library.h"
#include "binding.h"
#include "api.h"
#include "registration.h"
#include "session.h"
#include "range.h"
#include "recv_buffer.h"
#include "send_buffer.h"
#include "frame.h"
#include "packet.h"
#include "sent_packet_metadata.h"
#include "worker.h"
#include "ack_tracker.h"
#include "packet_space.h"
#include "congestion_control.h"
#include "loss_detection.h"
#include "send.h"
#include "operation.h"
#include "crypto.h"
#include "stream.h"
#include "stream_set.h"
#include "datagram.h"
#include "connection.h"
#include "packet_builder.h"
#include "listener.h"
#if defined(__cplusplus)
}
#endif
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。