table of contents
other versions
- bookworm 1.23.1-1+deb12u1
- testing 1.30.4-1
- unstable 1.30.4-1
- experimental 2.0.2-1
MONGOC_SOCKET_LISTEN(3) | libmongoc | MONGOC_SOCKET_LISTEN(3) |
SYNOPSIS¶
int mongoc_socket_listen (mongoc_socket_t *sock, unsigned int backlog);
PARAMETERS¶
- sock: A mongoc_socket_t.
- backlog: An int containing max backlog size.
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
COPYRIGHT¶
2009-present, MongoDB, Inc.
October 9, 2024 | 1.28.1 |