public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND] net: Documentation: Fix default value tcp_limit_output_bytes
@ 2015-11-09 13:58 Niklas Cassel
  2015-11-11 16:50 ` Jonathan Corbet
  0 siblings, 1 reply; 4+ messages in thread
From: Niklas Cassel @ 2015-11-09 13:58 UTC (permalink / raw)
  To: corbet; +Cc: edumazet, tom, linux-doc, linux-kernel, Niklas Cassel,
	Niklas Cassel

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>
---
 Documentation/networking/ip-sysctl.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt
index 05915be..2ea4c45 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
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-11-11 17:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-09 13:58 [PATCH RESEND] net: Documentation: Fix default value tcp_limit_output_bytes Niklas Cassel
2015-11-11 16:50 ` Jonathan Corbet
2015-11-11 16:57   ` David Miller
2015-11-11 17:02     ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox