Skip to content

Commit

Permalink
Documentation: Fix tcp_challenge_ack_limit default value
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Cambda Zhu authored and David S. Miller committed Apr 15, 2020
1 parent ae5a44b commit 5309960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/networking/ip-sysctl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5309960

Please sign in to comment.