2 writes to ListenBacklog
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionListener.cs (1)
61ListenBacklog = options.Backlog,
System.Net.Quic (1)
System\Net\Quic\QuicListenerOptions.cs (1)
53ListenBacklog = QuicDefaults.DefaultListenBacklog;
5 references to ListenBacklog
System.Net.Quic (5)
System\Net\Quic\QuicDefaults.cs (1)
12/// <see cref="QuicListenerOptions.ListenBacklog" />.
System\Net\Quic\QuicListener.cs (3)
98/// Actual value correspond to <c><see cref="QuicListenerOptions.ListenBacklog"/> - # <see cref="StartConnectionHandshake"/> in progress - <see cref="_acceptQueue"/>.Count</c> and is always <c>>= 0</c>. 99/// Starts as <see cref="QuicListenerOptions.ListenBacklog"/>, decrements with each NEW_CONNECTION, increments with <see cref="AcceptConnectionAsync" />. 138_pendingConnectionsCapacity = options.ListenBacklog;
System\Net\Quic\QuicListenerOptions.cs (1)
51if (ListenBacklog == 0)