mongoc_socket_bind - Man Page

Synopsis

int
mongoc_socket_bind (mongoc_socket_t *sock,
                    const struct sockaddr *addr,
                    mongoc_socklen_t addrlen);

Parameters

Description

This function is a wrapper around the BSD socket bind() interface. It provides better portability between UNIX-like and Microsoft Windows platforms.

Returns

0 on success, -1 on failure and errno is set.

Author

MongoDB, Inc

Info

Apr 03, 2024 1.26.2 libmongoc