Searched hist:f985c65c908f6b26c30019a83dc5ea295f5fcf62 (Results 1 – 2 of 2) sorted by relevance
/linux/include/net/ |
H A D | inet_connection_sock.h | diff f985c65c908f6b26c30019a83dc5ea295f5fcf62 Wed Oct 14 15:16:49 CEST 2015 Eric Dumazet <edumazet@google.com> tcp: avoid spurious SYN flood detection at listen() time
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 <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/net/ipv4/ |
H A D | inet_connection_sock.c | diff f985c65c908f6b26c30019a83dc5ea295f5fcf62 Wed Oct 14 15:16:49 CEST 2015 Eric Dumazet <edumazet@google.com> tcp: avoid spurious SYN flood detection at listen() time
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 <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|