Constant LISTENER_TCP_BACKLOG_SIZE

Source
const LISTENER_TCP_BACKLOG_SIZE: c_int = 1024;
Expand description

Number of incoming connections that can be kept in the TCP socket backlog of a listener (see listen’s linux man page or winsock docs for details)