char *
Contents
Copyright
2009-present, MongoDB, Inc.
1.30.4 Jun 08, 2025 MONGOC_SOCKET_GETNAMEINFO(3)
Description
This is a helper around getting the local name of a socket. It is a wrapper around getpeername() and
getnameinfo().
Parameters
• sock: A mongoc_socket_t.
Returns
A newly allocated string that should be freed with bson_free().
Synopsis
char *
mongoc_socket_getnameinfo (mongoc_socket_t *sock);
