ICI Modules: net: accept


Modules by name : by type

Synopsis

socket = net.accept(socket)

Description

Accept a connection on a socket, which must be listening for such connections, and return a new socket object representing that connection. This call is used by passive TCP peers to accept the connections of their active counterparts.