svn commit: r48269 - head/en_US.ISO8859-1/books/handbook/config
Jason Helfman <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: jgh Date: Fri Feb 26 22:35:51 2016 New Revision: 48269 URL: https://svnweb.freebsd.org/changeset/doc/48269 Log: - align documentation with source updates - kern.ipc.somaxconn (deprecated) -> kern.ipc.acceptqueue PR: 207469 Submitted by: [email protected] Differential Revision: https://reviews.freebsd.org/D5433 Modified: head/en_US.ISO8859-1/books/handbook/config/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/config/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/config/chapter.xml Fri Feb 26 20:55:45 2016 (r48268) +++ head/en_US.ISO8859-1/books/handbook/config/chapter.xml Fri Feb 26 22:35:51 2016 (r48269) @@ -2508,13 +2508,13 @@ device_probe_and_attach: cbb0 attach ret </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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"