@@ -643,12 +643,12 @@ typedef struct QUIC_STATISTICS_V2 {
643643
644644typedef struct NETWORK_STATISTICS
645645{
646- uint32_t BytesInFlight ; // Bytes that were sent on the wire, but not yet acked
647- uint64_t PostedBytes ; // Total bytes queued, but not yet acked. These may contain sent bytes that may have potentially lost too.
648- uint64_t IdealBytes ; // Ideal number of bytes required to be available to avoid limiting throughput
649- uint64_t SmoothedRTT ; // Smoothed RTT value
650- uint32_t CongestionWindow ; // Congestion Window
651- uint64_t Bandwidth ; // Estimated bandwidth
646+ uint32_t BytesInFlight ; // Bytes that were sent on the wire, but not yet acked
647+ uint64_t PostedBytes ; // Total bytes queued, but not yet acked. These may contain sent bytes that may have potentially lost too.
648+ uint64_t IdealBytes ; // Ideal number of bytes required to be available to avoid limiting throughput
649+ uint64_t SmoothedRTT ; // Smoothed RTT value
650+ uint32_t CongestionWindow ; // Congestion Window
651+ uint64_t Bandwidth ; // Estimated bandwidth
652652
653653} NETWORK_STATISTICS ;
654654
@@ -1022,7 +1022,6 @@ typedef struct QUIC_SCHANNEL_CREDENTIAL_ATTRIBUTE_W {
10221022#define QUIC_PARAM_CONN_STATISTICS_V2_PLAT 0x05000017 // QUIC_STATISTICS_V2
10231023#define QUIC_PARAM_CONN_ORIG_DEST_CID 0x05000018 // uint8_t[]
10241024#define QUIC_PARAM_CONN_SEND_DSCP 0x05000019 // uint8_t
1025-
10261025#ifdef QUIC_API_ENABLE_PREVIEW_FEATURES
10271026#define QUIC_PARAM_CONN_NETWORK_STATISTICS 0x05000020 // struct NETWORK_STATISTICS
10281027#endif
0 commit comments