Sockets Toolkit - accept
- Loadable Function:
[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
acceptman pages for further details.