]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: disable Fast Open on timeouts after handshake
authorYuchung Cheng <ycheng@google.com>
Thu, 19 Nov 2015 02:17:30 +0000 (18:17 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Nov 2015 15:51:12 +0000 (10:51 -0500)
commitdf785d7582ce5659df23a3a33c3a9ab0530bcc05
treef3396ee4df16edd93595e8fc878cfad1421b67bb
parent699e199a9c6d70db97f90be23044c8dd7b562e39
tcp: disable Fast Open on timeouts after handshake

Some middle-boxes black-hole the data after the Fast Open handshake
(https://www.ietf.org/proceedings/94/slides/slides-94-tcpm-13.pdf).
The exact reason is unknown. The work-around is to disable Fast Open
temporarily after multiple recurring timeouts with few or no data
delivered in the established state.

Signed-off-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reported-by: Christoph Paasch <cpaasch@apple.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_timer.c