* [PATCH 1/3] TCP sysctl documentation: tcp_moderate_rcvbuf
@ 2007-02-27 1:09 John Heffner
2007-02-27 18:05 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: John Heffner @ 2007-02-27 1:09 UTC (permalink / raw)
To: David Miller, netdev
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: doc1.patch --]
[-- Type: text/plain, Size: 1240 bytes --]
Document sysctl tcp_moderate_rcvbuf.
Signed-off-by: John Heffner <jheffner@psc.edu>
---
commit 4c5fd9d3a9ea8b939aed1afda2ac0fc54e3df592
tree c25c2fd01e076fbb7356a8c37d06d2e22c60f263
parent aef8811abbc9249a2bd59bd2331bbe523df05d17
author John Heffner <jheffner@psc.edu> Mon, 26 Feb 2007 19:44:58 -0500
committer John Heffner <jheffner@psc.edu> Mon, 26 Feb 2007 19:44:58 -0500
Documentation/networking/ip-sysctl.txt | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt
index a0f6842..a9ad96b 100644
--- a/Documentation/networking/ip-sysctl.txt
+++ b/Documentation/networking/ip-sysctl.txt
@@ -243,6 +243,12 @@ tcp_mem - vector of 3 INTEGERs: min, pressure, max
Defaults are calculated at boot time from amount of available
memory.
+tcp_moderate_rcvbuf - BOOLEAN
+ If set, TCP performs receive buffer autotuning, attempting to
+ automatically size the buffer (no greater than tcp_rmem[2]) to
+ match the size required by the path for full throughput. Enabled by
+ default.
+
tcp_orphan_retries - INTEGER
How may times to retry before killing TCP connection, closed
by our side. Default value 7 corresponds to ~50sec-16min
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-02-27 18:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-27 1:09 [PATCH 1/3] TCP sysctl documentation: tcp_moderate_rcvbuf John Heffner
2007-02-27 18:05 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).