|  |  
 |   |   
 SYNOPSISint mongoc_socket_bind (mongoc_socket_t *sock, PARAMETERS
 DESCRIPTIONThis function is a wrapper around the BSD socket bind() interface. It provides better portability between UNIX-like and Microsoft Windows platforms. RETURNS0 on success, -1 on failure and errno is set. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc. 
 
 |