From: Rob Landley <rob@landley.net>
To: linux-kernel@vger.kernel.org
Cc: linux-doc@vger.kernel.org
Subject: [PATCH] Add somaxconn to Documentation/sysctl/net.txt
Date: Tue, 13 Apr 2010 13:25:28 -0500 [thread overview]
Message-ID: <201004131325.29104.rob@landley.net> (raw)
From: Rob Landley <rob@landley.net>
Add somaxconn to Documentation/sysctl/net.txt
Signed-off-by: Rob Landley <rob@landley.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
next reply other threads:[~2010-04-13 18:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-13 18:25 Rob Landley [this message]
2010-04-13 18:40 ` [PATCH] Add somaxconn to Documentation/sysctl/net.txt Eric Dumazet
2010-04-13 23:54 ` Rob Landley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201004131325.29104.rob@landley.net \
--to=rob@landley.net \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.