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