NetHandle accept(Int socket)
Arguments
socket: A socket number returned from listen.
Usage
Accept a connection on a socket. Returns a connection handle. If no connections are currently waiting then an Exception will be thrown - you can call connWaiting first to determine if connections are available, although this may not be completely reliable in threaded applications.