Set the backlog limit for listen(2).
commit47aba411038be858c61c16747dd120d74a02a601
authorBen Kibbey <bjk@luxsci.net>
Sun, 31 Jul 2016 01:49:12 +0000 (30 21:49 -0400)
committerBen Kibbey <bjk@luxsci.net>
Sun, 31 Jul 2016 01:49:12 +0000 (30 21:49 -0400)
tree4f5104c771ec899868d612c7cf105e03693d4571
parentfe59ba0151d79b869c170ff8db74d8c0e242ea6a
Set the backlog limit for listen(2).

Fixes "TCP: request_sock_TCP: Possible SYN flooding on port 6466.
Sending cookies.  Check SNMP counters." showing up in Linux kernel logs.
The value is now 128, rather than 0, and is the kernel default.
src/pwmd.c