aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/ip-sysctl.txt
diff options
context:
space:
mode:
authorNiklas Cassel <niklas.cassel@axis.com>2015-11-09 15:59:00 +0100
committerDavid S. Miller <davem@davemloft.net>2015-11-09 12:17:34 -0500
commit821b414405a78c3d38921c2545b492eb974d3814 (patch)
treea787017b1bb4496244f597b025d74fd9c5adae29 /Documentation/networking/ip-sysctl.txt
parenta499a2e9d9c03fd35bd9920b629e4d5b1d6cc1f0 (diff)
downloadlinux-821b414405a78c3d38921c2545b492eb974d3814.tar.gz
net: Documentation: Fix default value tcp_limit_output_bytes
Commit c39c4c6abb89 ("tcp: double default TSQ output bytes limit") updated default value for tcp_limit_output_bytes Signed-off-by: Niklas Cassel <niklas.cassel@axis.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/ip-sysctl.txt')
-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 05915be862356c..2ea4c45cf1c873 100644
--- a/Documentation/networking/ip-sysctl.txt
+++ b/Documentation/networking/ip-sysctl.txt
@@ -709,7 +709,7 @@ tcp_limit_output_bytes - INTEGER
typical pfifo_fast qdiscs.
tcp_limit_output_bytes limits the number of bytes on qdisc
or device to reduce artificial RTT/cwnd and reduce bufferbloat.
- Default: 131072
+ Default: 262144
tcp_challenge_ack_limit - INTEGER
Limits number of Challenge ACK sent per second, as recommended