veithen.github.io/2014/01/01/how-tcp-backlog-works-in-linux.html

When an application puts a socket into LISTEN state using the listen syscall, it needs to specify a backlog for that socket. The backlog is usually described as the limit for the queue of incoming connections.

...


Comments (0)

Sign in to post comments.