Int listen(Protocol proto, Int port, Int backlog)
Arguments
proto: The network protocol to useport: The port to listen onbacklog: The maximum number of unaccepted connections.
Usage
Listen on a port, returning a socket id.
proto: The network protocol to useport: The port to listen onbacklog: The maximum number of unaccepted connections.Listen on a port, returning a socket id.