]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: disable RFC6675 loss detection
authorYuchung Cheng <ycheng@google.com>
Wed, 16 May 2018 23:40:11 +0000 (16:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 May 2018 19:41:28 +0000 (15:41 -0400)
commit4b0cac2d5deb41c3585f7d5c9cc2623946cc3071
tree2dfede58dae59faf7da205143e3e00e1833e4bc7
parent40568572445e04eef5f22e062cce6f65ccbaa349
tcp: disable RFC6675 loss detection

This patch disables RFC6675 loss detection and make sysctl
net.ipv4.tcp_recovery = 1 controls a binary choice between RACK
(1) or RFC6675 (0).

Signed-off-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: Neal Cardwell <ncardwell@google.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Soheil Hassas Yeganeh <soheil@google.com>
Reviewed-by: Priyaranjan Jha <priyarjha@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/ip-sysctl.txt
net/ipv4/tcp_input.c