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 listen man pages for further details.

Package: sockets