Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1265695
| From | Niklas Cassel <niklas.cassel@axis.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH RESEND] net: Documentation: Fix default value tcp_limit_output_bytes |
| Date | 2015-11-09 15:10 +0100 |
| Message-ID | <qsViW-7qm-21@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH RESEND] net: Documentation: Fix default value tcp_limit_output_bytes Niklas Cassel <niklas.cassel@axis.com> - 2015-11-09 15:10 +0100
Re: [PATCH RESEND] net: Documentation: Fix default value tcp_limit_output_bytes Jonathan Corbet <corbet@lwn.net> - 2015-11-11 18:00 +0100
Re: [PATCH RESEND] net: Documentation: Fix default value tcp_limit_output_bytes David Miller <davem@davemloft.net> - 2015-11-11 18:00 +0100
Re: [PATCH RESEND] net: Documentation: Fix default value tcp_limit_output_bytes Jonathan Corbet <corbet@lwn.net> - 2015-11-11 18:10 +0100
csiph-web