MONGOC_SOCKET_BIND(3) | MongoDB C Driver | MONGOC_SOCKET_BIND(3) |
mongoc_socket_bind - mongoc_socket_bind()
int mongoc_socket_bind (mongoc_socket_t *sock,
const struct sockaddr *addr,
mongoc_socklen_t addrlen);
This function is a wrapper around the BSD socket bind() interface. It provides better portability between UNIX-like and Microsoft Windows platforms.
0 on success, -1 on failure and errno is set.
MongoDB, Inc
2017-present, MongoDB, Inc
February 23, 2019 | 1.14.0 |