summaryrefslogtreecommitdiff
path: root/sound/drivers/pcsp/pcsp_mixer.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2016-10-26 09:27:57 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-03-27 14:13:04 +0900
commitdfe4f69f8ee06f8a95877cf8fb98795e8ac65eca (patch)
treea3f9a8ab7ebb4d605a368f2adbf9160a35f1f5b5 /sound/drivers/pcsp/pcsp_mixer.c
parent9e9e3a46e69d5d3ed7e4333d9ed86486fd84ffc4 (diff)
tcp/dccp: drop SYN packets if accept queue is full
commit 5ea8ea2cb7f1d0db15762c9b0bb9e7330425a071 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>
Diffstat (limited to 'sound/drivers/pcsp/pcsp_mixer.c')
0 files changed, 0 insertions, 0 deletions