Re: [PATCH] tcp: Fix syncookies sysctl default.

2016-02-08 Thread Maciej Żenczykowski
Ack. Feel free to add: Reported-by: Maciej Żenczykowski (via Eric Dumazet)

[PATCH] tcp: Fix syncookies sysctl default.

2016-02-08 Thread David Miller
Unintentionally the default was changed to zero, fix that. Fixes: 12ed8244ed ("ipv4: Namespaceify tcp syncookies sysctl knob") Signed-off-by: David S. Miller --- net/ipv4/tcp_ipv4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c ind