[client, info] =
accept (s)
¶Accept incoming connection on specified socket.
Accepts an incoming connection on the socket s. The newly created socket is returned in client, and associated information in a struct info.
See the accept
man pages for further details.
Package: sockets