commit | f985c65c908f6b26c30019a83dc5ea295f5fcf62 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Wed Oct 14 06:16:49 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 14 19:06:32 2015 -0700 |
tree | f16e00e81bc17fdf6b257b38a85c048d34faf692 | |
parent | c2f34a65a61cd1ace3b53c93e8b38d2f79f4ff0d [diff] |
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>