Re: [PATCH net-next] tcp: avoid spurious SYN flood detection at listen() time

2015-10-14 Thread David Miller
From: Eric Dumazet Date: Wed, 14 Oct 2015 06:16:49 -0700 > From: Eric Dumazet > > At listen() time, there is a small window where listener is visible with > a zero backlog, triggering a spurious "Possible SYN flooding on port" > message. > > Nothing prevents us from setting the correct backlog

[PATCH net-next] tcp: avoid spurious SYN flood detection at listen() time

2015-10-14 Thread Eric Dumazet
From: Eric Dumazet At listen() time, there is a small window where listener is visible with a zero backlog, triggering a spurious "Possible SYN flooding on port" message. Nothing prevents us from setting the correct backlog. Signed-off-by: Eric Dumazet --- include/net/inet_connection_sock.h |