1 write to MaxConcurrentHandshakes
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
DirectTlsHandshakeLimitSetup.cs (1)
31
options.
MaxConcurrentHandshakes
??= _serverOptions.Limits.MaxConcurrentConnections;
2 references to MaxConcurrentHandshakes
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (2)
Connection\DirectTlsConnectionListener.cs (1)
89
_connectionTracker = new ConnectionTracker(options.
MaxConcurrentHandshakes
);
DirectTlsHandshakeLimitSetup.cs (1)
10
/// Defaults <see cref="DirectTlsTransportOptions.
MaxConcurrentHandshakes
"/> from