Mount Fuji Engine  0.8b
int MFSockets_Listen ( MFSocket  socket,
int  backlog 
)

Places a socket in a state in which it is listening for an incoming connection.

Parameters
socketDescriptor identifying a bound, unconnected socket.
backlogMaximum length of the queue of pending connections. If set to SOMAXCONN, the underlying service provider responsible for socket will set the backlog to a maximum reasonable value.
Returns
If no error occurs, 0 is returnd.