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
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 |