Files
linux/net/ipv4
Eric Dumazet dfe4f69f8e tcp/dccp: drop SYN packets if accept queue is full
commit 5ea8ea2cb7 upstream.

Per listen(fd, backlog) rules, there is really no point accepting a SYN,
sending a SYNACK, and dropping the following ACK packet if accept queue
is full, because application is not draining accept queue fast enough.

This behavior is fooling TCP clients that believe they established a
flow, while there is nothing at server side. They might then send about
10 MSS (if using IW10) that will be dropped anyway while server is under
stress.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Neal Cardwell <ncardwell@google.com>
Acked-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-03-27 14:13:04 +09:00
..
2018-04-13 19:48:32 +02:00
2016-10-20 14:32:22 -04:00
2019-03-13 14:04:53 -07:00
2019-01-31 08:12:33 +01:00
2018-07-28 07:49:11 +02:00
2016-09-21 00:23:01 -04:00
2017-05-14 14:00:21 +02:00
2016-09-01 14:09:01 -07:00