Sockets Toolkit - listen
- Loadable Function: listen
(s, backlog) Listen on socket for connections.
Listens on socket s for connections. backlog specifies how large the queue of incoming connections is allowed to grow.
On success, zero is returned.
See the
listenman pages for further details.