zStatus zSocket_Accept(zSocket socket, zSocket* connection);
Blocks until an incoming connection request is accepted.
The returned connection object can be zNIL if the connection was closed by the remote client before being accepted.
zSocket.h