mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Grammar fixes to r241781.
Submitted by: alc
This commit is contained in:
parent
a807918c78
commit
dc00208ec4
2 changed files with 2 additions and 2 deletions
|
|
@ -175,7 +175,7 @@ has been replaced with
|
|||
.Va kern.ipc.soacceptqueue
|
||||
in
|
||||
.Fx 10.0
|
||||
to prevent confusion its actual functionality.
|
||||
to prevent confusion about its actual functionality.
|
||||
The original
|
||||
.Xr sysctl 3
|
||||
.Va kern.ipc.somaxconn
|
||||
|
|
|
|||
|
|
@ -186,7 +186,7 @@ MALLOC_DEFINE(M_PCB, "pcb", "protocol control block");
|
|||
* Limit on the number of connections in the listen queue waiting
|
||||
* for accept(2).
|
||||
* NB: The orginal sysctl somaxconn is still available but hidden
|
||||
* to prevent confusion about the actually purpose of this number.
|
||||
* to prevent confusion about the actual purpose of this number.
|
||||
*/
|
||||
static int somaxconn = SOMAXCONN;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue