aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-07-08 09:31:31 -0700
committerDavid S. Miller <davem@davemloft.net>2011-07-08 09:31:31 -0700
commit06b8fc5d308b15e853a68c3d4854fb2ac33db867 (patch)
tree499ca8b01f4789cad3a705bf71a4387ebf9affb9 /Documentation
parent5e2cd0825a43824827b233d95bc47c0c970e5bef (diff)
downloadkernel_samsung_smdk4412-06b8fc5d308b15e853a68c3d4854fb2ac33db867.zip
kernel_samsung_smdk4412-06b8fc5d308b15e853a68c3d4854fb2ac33db867.tar.gz
kernel_samsung_smdk4412-06b8fc5d308b15e853a68c3d4854fb2ac33db867.tar.bz2
net: Fix default in docs for tcp_orphan_retries.
Default should be listed at 8 instead of 7. Reported-by: Denys Fedoryshchenko <denys@visp.net.lb> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/networking/ip-sysctl.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt
index d3d653a..bfe9242 100644
--- a/Documentation/networking/ip-sysctl.txt
+++ b/Documentation/networking/ip-sysctl.txt
@@ -346,7 +346,7 @@ tcp_orphan_retries - INTEGER
when RTO retransmissions remain unacknowledged.
See tcp_retries2 for more details.
- The default value is 7.
+ The default value is 8.
If your machine is a loaded WEB server,
you should think about lowering this value, such sockets
may consume significant resources. Cf. tcp_max_orphans.