gnutls_heartbeat_enable (3) Linux Manual Page
NAME gnutls_heartbeat_enable – API function SYNOPSIS #include <gnutls/gnutls.h> void gnutls_heartbeat_enable(gnutls_session_t session, unsigned int type); ARGUMENTS gnutls_session_t session is a gnutls_session_t structure. unsigned int type one of the GNUTLS_HB_* flags DESCRIPTION If this function is called with the GNUTLS_HB_PEER_ALLOWED_TO_SEND type , GnuTLS will allow heartbeat messages to be received. Moreover it also request the peer to accept…
