1 write to ConnFlowControlWindow
System.Net.Quic (1)
System\Net\Quic\Internal\MsQuicConfiguration.cs (1)
160settings.ConnFlowControlWindow = (uint)(options._initialReceiveWindowSizes?.Connection ?? QuicDefaults.DefaultConnectionMaxData);
3 references to ConnFlowControlWindow
System.Net.Quic (3)
System\Net\Quic\Interop\QUIC_SETTINGS.IEquattable.cs (3)
25&& ConnFlowControlWindow == other.ConnFlowControlWindow 63hash.Add(ConnFlowControlWindow);