From ef31de84444cd47f291499613f76177de69af40d Mon Sep 17 00:00:00 2001 From: Jason Helfman Date: Fri, 26 Feb 2016 22:35:51 +0000 Subject: [PATCH] - 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 --- en_US.ISO8859-1/books/handbook/config/chapter.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/config/chapter.xml b/en_US.ISO8859-1/books/handbook/config/chapter.xml index 324bf78272..1f1c3c6aa3 100644 --- a/en_US.ISO8859-1/books/handbook/config/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/config/chapter.xml @@ -2508,13 +2508,13 @@ device_probe_and_attach: cbb0 attach returned 12 - <varname>kern.ipc.somaxconn</varname> + <varname>kern.ipc.acceptqueue</varname> - kern.ipc.somaxconn + kern.ipc.acceptqueue - The kern.ipc.somaxconn &man.sysctl.8; + The kern.ipc.acceptqueue &man.sysctl.8; variable limits the size of the listen queue for accepting new TCP connections. The default value of 128 is typically too low for robust