zStatus zSocket_Listen(zSocket socket, z32u backlog);
|
Parameters |
Description |
|
zSocket socket |
A server zSocket object. |
|
z32u backlog |
The maximum number of pending connection requests to enqueue. |
Places a server zSocket object into a listening state, in which it monitors for incoming connection requests.
zSocket.h