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

tlsrpt_get_socket - returns the socket file descriptor used within a `tlsrpt_connection_t`

Author(S)

BorisLohner
           Author(s).

tlsrpt_get_socket                                  2024-11-06                               TLSRPT_GET_SOCKET(3)

Description

       The tlsrpt_get_socket function returns the socket file descriptor used within a tlsrpt_connection_t. This
       can be useful to set socket options.

Name

       tlsrpt_get_socket - returns the socket file descriptor used within a `tlsrpt_connection_t`

Return Value

       The tlsrpt_get_socket function returns the socket file descriptor used within a tlsrpt_connection_t.

See Also

tlsrpt_strerror(3), tlsrpt_error_code_is_internal(3)

Synopsis

       #include <tlsrpt.h>

       int tlsrpt_get_socket(truct tlsrpt_connection_t* con)

See Also