Zen API
zSocket_Listen
C
zStatus zSocket_Listen(zSocket socket, z32u backlog);
Parameters
Parameters 
Description 
zSocket socket 
A server zSocket object. 
z32u backlog 
The maximum number of pending connection requests to enqueue. 
Description

Places a server zSocket object into a listening state, in which it monitors for incoming connection requests.

File

zSocket.h

Copyright (c) 2008-2010 by LMI Technologies Inc. All rights reserved.