Files
linux/net
Eric Dumazet 3347f3d676 tcp/dccp: drop SYN packets if accept queue is full
PD#152538: tcp/dccp: drop SYN packets if accept queue is full

tcp/dccp: drop SYN packets if accept queue is full

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.

Change-Id: I674728eac69b418255522afc8d345995b8891a7e
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: Ao Xu <ao.xu@amlogic.com>
2017-10-31 01:04:32 -07:00
..
2017-05-03 08:36:38 -07:00
2015-03-02 16:43:41 -05:00
2017-09-14 09:14:13 -07:00
2017-10-08 10:49:06 +02:00
2017-10-08 10:49:06 +02:00
2016-12-03 23:54:25 -05:00
2017-08-07 14:21:32 -07:00
2016-05-29 22:33:25 -07:00
2016-10-20 11:23:08 -04:00
2017-10-08 10:49:06 +02:00
2017-10-08 10:26:10 +02:00
2017-08-30 10:21:41 +02:00
2017-09-07 10:32:23 +02:00
2017-10-08 10:26:06 +02:00
2016-08-17 19:36:23 -04:00