- align documentation with source updates
- kern.ipc.somaxconn (deprecated) -> kern.ipc.acceptqueue PR: 207469 Submitted by: baillie.joshua@gmail.com Differential Revision: https://reviews.freebsd.org/D5433
This commit is contained in:
parent
03f1c968fa
commit
ef31de8444
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48269
1 changed files with 3 additions and 3 deletions
|
@ -2508,13 +2508,13 @@ device_probe_and_attach: cbb0 attach returned 12</screen>
|
|||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<title><varname>kern.ipc.somaxconn</varname></title>
|
||||
<title><varname>kern.ipc.acceptqueue</varname></title>
|
||||
|
||||
<indexterm>
|
||||
<primary><varname>kern.ipc.somaxconn</varname></primary>
|
||||
<primary><varname>kern.ipc.acceptqueue</varname></primary>
|
||||
</indexterm>
|
||||
|
||||
<para>The <varname>kern.ipc.somaxconn</varname> &man.sysctl.8;
|
||||
<para>The <varname>kern.ipc.acceptqueue</varname> &man.sysctl.8;
|
||||
variable limits the size of the listen queue for accepting
|
||||
new <literal>TCP</literal> connections. The default value
|
||||
of <literal>128</literal> is typically too low for robust
|
||||
|
|
Loading…
Reference in a new issue