Scroll to navigation

MONGOC_SOCKET_T(3) Library Functions Manual MONGOC_SOCKET_T(3)

NAME

mongoc_socket_t - Portable socket abstraction

SYNOPSIS


#include <mongoc.h> typedef struct _mongoc_socket_t mongoc_socket_t

SYNOPSIS

This structure provides a socket abstraction that is friendlier for portability than BSD sockets directly. Inconsistencies between Linux, various BSDs, Solaris, and Windows are handled here.

COLOPHON

This page is part of MongoDB C Driver. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
2016‐10‐12 MongoDB C Driver