[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <201004131325.29104.rob@landley.net>
Date: Tue, 13 Apr 2010 13:25:28 -0500
From: Rob Landley <rob@...dley.net>
To: linux-kernel@...r.kernel.org
Cc: linux-doc@...r.kernel.org
Subject: [PATCH] Add somaxconn to Documentation/sysctl/net.txt
From: Rob Landley <rob@...dley.net>
Add somaxconn to Documentation/sysctl/net.txt
Signed-off-by: Rob Landley <rob@...dley.net>
---
Documentation/sysctl/net.txt | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/sysctl/net.txt b/Documentation/sysctl/net.txt
index df38ef0..2740085 100644
--- a/Documentation/sysctl/net.txt
+++ b/Documentation/sysctl/net.txt
@@ -90,6 +90,12 @@ optmem_max
Maximum ancillary buffer size allowed per socket. Ancillary data is a sequence
of struct cmsghdr structures with appended data.
+somaxconn
+---------
+
+Maximum backlog of unanswered connections for a listening socket. Provides
+an upper bound on the "backlog" parameter of the listen() syscall.
+
2. /proc/sys/net/unix - Parameters for Unix domain sockets
-------------------------------------------------------
--
Latency is more important than throughput. It's that simple. - Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists