
The listen() backlog is now set to INT_MAX which should guarantee that the internal limit is always higher than the system limit. This means that the length of the queue always follows /proc/sys/net/ipv4/tcp_max_syn_backlog.
The listen() backlog is now set to INT_MAX which should guarantee that the internal limit is always higher than the system limit. This means that the length of the queue always follows /proc/sys/net/ipv4/tcp_max_syn_backlog.