@@ -926,6 +926,27 @@ internal uint RESERVED
926
926
internal uint RttVariance ;
927
927
}
928
928
929
+ internal partial struct NETWORK_STATISTICS
930
+ {
931
+ [ NativeTypeName ( "uint32_t" ) ]
932
+ internal ulong BytesInFlight ;
933
+
934
+ [ NativeTypeName ( "uint64_t" ) ]
935
+ internal ulong PostedBytes ;
936
+
937
+ [ NativeTypeName ( "uint64_t" ) ]
938
+ internal ulong IdealBytes ;
939
+
940
+ [ NativeTypeName ( "uint64_t" ) ]
941
+ internal ulong SmoothedRTT ;
942
+
943
+ [ NativeTypeName ( "uint32_t" ) ]
944
+ internal ulong CongestionWindow ;
945
+
946
+ [ NativeTypeName ( "uint64_t" ) ]
947
+ internal ulong Bandwidth ;
948
+ }
949
+
929
950
internal partial struct QUIC_LISTENER_STATISTICS
930
951
{
931
952
[ NativeTypeName ( "uint64_t" ) ]
@@ -2762,7 +2783,7 @@ internal ref _Anonymous_e__Union._ONE_WAY_DELAY_NEGOTIATED_e__Struct ONE_WAY_DEL
2762
2783
}
2763
2784
}
2764
2785
2765
- internal ref _Anonymous_e__Union . _NETWORK_STATISTICS_e__Struct NETWORK_STATISTICS
2786
+ internal ref NETWORK_STATISTICS NETWORK_STATISTICS
2766
2787
{
2767
2788
get
2768
2789
{
@@ -2846,8 +2867,7 @@ internal partial struct _Anonymous_e__Union
2846
2867
internal _ONE_WAY_DELAY_NEGOTIATED_e__Struct ONE_WAY_DELAY_NEGOTIATED ;
2847
2868
2848
2869
[ FieldOffset ( 0 ) ]
2849
- [ NativeTypeName ( "NETWORK_STATISTICS" ) ]
2850
- internal _NETWORK_STATISTICS_e__Struct NETWORK_STATISTICS ;
2870
+ internal NETWORK_STATISTICS NETWORK_STATISTICS ;
2851
2871
2852
2872
internal unsafe partial struct _CONNECTED_e__Struct
2853
2873
{
@@ -3038,27 +3058,6 @@ internal partial struct _ONE_WAY_DELAY_NEGOTIATED_e__Struct
3038
3058
[ NativeTypeName ( "BOOLEAN" ) ]
3039
3059
internal byte ReceiveNegotiated ;
3040
3060
}
3041
-
3042
- internal partial struct _NETWORK_STATISTICS_e__Struct
3043
- {
3044
- [ NativeTypeName ( "uint32_t" ) ]
3045
- internal uint BytesInFlight ;
3046
-
3047
- [ NativeTypeName ( "uint64_t" ) ]
3048
- internal ulong PostedBytes ;
3049
-
3050
- [ NativeTypeName ( "uint64_t" ) ]
3051
- internal ulong IdealBytes ;
3052
-
3053
- [ NativeTypeName ( "uint64_t" ) ]
3054
- internal ulong SmoothedRTT ;
3055
-
3056
- [ NativeTypeName ( "uint32_t" ) ]
3057
- internal uint CongestionWindow ;
3058
-
3059
- [ NativeTypeName ( "uint64_t" ) ]
3060
- internal ulong Bandwidth ;
3061
- }
3062
3061
}
3063
3062
}
3064
3063
0 commit comments