]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
net: Fix default in docs for tcp_orphan_retries.
authorDavid S. Miller <davem@davemloft.net>
Fri, 8 Jul 2011 16:31:31 +0000 (09:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Jul 2011 16:31:31 +0000 (09:31 -0700)
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>
Documentation/networking/ip-sysctl.txt

index d3d653a5f9b923be1ab518cba040e9ccb3868f3e..bfe924217f246a8c0a10846e3a034201a9b9095a 100644 (file)
@@ -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.