|
SYNOPSISchar * mongoc_socket_getnameinfo (mongoc_socket_t *sock); PARAMETERS
DESCRIPTIONThis is a helper around getting the local name of a socket. It is a wrapper around getpeername() and getnameinfo(). RETURNSA newly allocated string that should be freed with bson_free(). AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|