View | Details | Raw Unified | Return to bug 221945
Collapse All | Expand All

(-)share/man/man7/tuning.7 (-1 / +1 lines)
Lines 490-496 Link Here
490
is set at the maximum allowable port number.
490
is set at the maximum allowable port number.
491
.Pp
491
.Pp
492
The
492
The
493
.Va kern.ipc.somaxconn
493
.Va kern.ipc.soacceptqueue
494
sysctl limits the size of the listen queue for accepting new TCP connections.
494
sysctl limits the size of the listen queue for accepting new TCP connections.
495
The default value of 128 is typically too low for robust handling of new
495
The default value of 128 is typically too low for robust handling of new
496
connections in a heavily loaded web server environment.
496
connections in a heavily loaded web server environment.

Return to bug 221945