logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       MongoDB, Inc

Description

       Retrieves  the socket name for sock. The result is stored in addr. addrlen should be the size of the addr
       when calling this.

Parameters

sock: A mongoc_socket_t.

       • addr: A struct sockaddr.

       • addrlen: A mongoc_socklen_t.

Returns

       0 if successful, otherwise -1 and errno is set.

Synopsis

          int
          mongoc_socket_getsockname (mongoc_socket_t *sock,
                                     struct sockaddr *addr,
                                     mongoc_socklen_t *addrlen);

See Also