|  |  
 |   |   
 SYNOPSISint mongoc_socket_listen (mongoc_socket_t *sock, unsigned int backlog); PARAMETERS
 DESCRIPTIONThis function is similar to the BSD sockets listen() function. It is meant for socket servers. RETURNS0 on success, -1 on failure and errno is set. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc. 
 
 |