gnutls_record_send (3) Linux Manual Page
NAME gnutls_record_send – API function SYNOPSIS #include <gnutls/gnutls.h> ssize_t gnutls_record_send(gnutls_session_t session, const void * data, size_t data_size); ARGUMENTS gnutls_session_t session is a gnutls_session_t structure. const void * data contains the data to send size_t data_size is the length of the data DESCRIPTION This function has the similar semantics with send(). The only difference is that…
