]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: revert F-RTO middle-box workaround
authorYuchung Cheng <ycheng@google.com>
Tue, 27 Feb 2018 22:15:01 +0000 (14:15 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Feb 2018 16:37:50 +0000 (11:37 -0500)
commite6f9ad860e60dec55bac7c9b7821cd7f64ed8e98
tree3e77dd405342511507edbc5017faf94ce83ea682
parent09d56a0b797641c480c8356a2f7762efef5a7bcc
tcp: revert F-RTO middle-box workaround

This reverts commit b346a6100372e2aa97fb6f219a59aff7133992a6. While fixing
some broken middle-boxes that modifies receive window fields, it does not
address middle-boxes that strip off SACK options. The best solution is
to fully revert this patch and the root F-RTO enhancement.

Fixes: b346a6100372 ("tcp: restrict F-RTO to work-around broken middle-boxes")
Reported-by: Teodor Milkov <tm@del.bg>
Signed-off-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c