mongoc_socket_listen - Man Page

Synopsis

int
mongoc_socket_listen (mongoc_socket_t *sock, unsigned int backlog);

Parameters

Description

This function is similar to the BSD sockets listen() function. It is meant for socket servers.

Returns

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

Author

MongoDB, Inc

Info

Apr 03, 2024 1.26.2 libmongoc