diff options
author | Cambda Zhu <cambda@linux.alibaba.com> | 2020-04-15 12:54:04 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-04-16 02:22:59 +0300 |
commit | 5309960e49f5e2363d2814488878a29e944e1be9 (patch) | |
tree | d12648230149f6b3f119f73015717400f0f770a0 /Documentation | |
parent | ae5a44bb970ad8d0f7382cf3fc9738787e3cf19f (diff) | |
download | linux-5309960e49f5e2363d2814488878a29e944e1be9.tar.xz |
Documentation: Fix tcp_challenge_ack_limit default value
The default value of tcp_challenge_ack_limit has been changed from
100 to 1000 and this patch fixes its documentation.
Signed-off-by: Cambda Zhu <cambda@linux.alibaba.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index ee961d322d93..6fcfd313dbe4 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt @@ -812,7 +812,7 @@ tcp_limit_output_bytes - INTEGER tcp_challenge_ack_limit - INTEGER Limits number of Challenge ACK sent per second, as recommended in RFC 5961 (Improving TCP's Robustness to Blind In-Window Attacks) - Default: 100 + Default: 1000 tcp_rx_skb_cache - BOOLEAN Controls a per TCP socket cache of one skb, that might help |