INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Create a new socket, bind it to the `local_addr' & `local_port'
-- and listen for incoming connections
-- Establish the socket to listen for incoming connections
-- `backlog' is the maximum length of pending connections queue
-- Accept a connection and return a socket ready for communication
-- Close the socket
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |