1MONGOC_SOCKET_T(3) libmongoc MONGOC_SOCKET_T(3)
2
3
4
6 mongoc_socket_t - mongoc_socket_t
7
8 Portable socket abstraction
9
11 #include <mongoc/mongoc.h>
12
13 typedef struct _mongoc_socket_t mongoc_socket_t
14
16 This structure provides a socket abstraction that is friendlier for
17 portability than BSD sockets directly. Inconsistencies between Linux,
18 various BSDs, Solaris, and Windows are handled here.
19
21 MongoDB, Inc
22
24 2017-present, MongoDB, Inc
25
26
27
28
291.20.0 Nov 18, 2021 MONGOC_SOCKET_T(3)