Skip to content

Commit 5309960

Browse files
guangmuzhudavem330
authored andcommitted
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent ae5a44b commit 5309960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/networking/ip-sysctl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ tcp_limit_output_bytes - INTEGER
812812
tcp_challenge_ack_limit - INTEGER
813813
Limits number of Challenge ACK sent per second, as recommended
814814
in RFC 5961 (Improving TCP's Robustness to Blind In-Window Attacks)
815-
Default: 100
815+
Default: 1000
816816

817817
tcp_rx_skb_cache - BOOLEAN
818818
Controls a per TCP socket cache of one skb, that might help

0 commit comments

Comments
 (0)