set_backlog
Description:
Sets the listen backlog on the sockets in the listener.
This must be called before adding any sockets, addresses or ports to the SocketListener (for example, by calling add_inet_port) to be effective.
See set_listen_backlog for details
Parameters:
this | |
listen_backlog |
an integer |