2 references to MaxAcceptsPerIteration
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (2)
TlsEventPump.cs (2)
613
/// Successful accepts loop up to <see cref="
MaxAcceptsPerIteration
"/> per call so backlog draining under
659
if (++acceptedCount >=
MaxAcceptsPerIteration
)