mongoc_socket_getnameinfo - Man Page
mongoc_socket_getnameinfo()
Synopsis
char * mongoc_socket_getnameinfo (mongoc_socket_t *sock) BSON_GNUC_WARN_UNUSED_RESULT;
Parameters
- sock: A mongoc_socket_t.
Description
This is a helper around getting the local name of a socket. It is a wrapper around getpeername() and getnameinfo().
Returns
A newly allocated string that should be freed with bson_free().
Author
MongoDB, Inc
Copyright
2017-present, MongoDB, Inc
Info
Jan 19, 2023 1.23.2 libmongoc