![]() |
![]()
| ![]() |
![]()
NAMEgnutls_heartbeat_get_timeout - API function SYNOPSIS#include <gnutls/gnutls.h> unsigned int gnutls_heartbeat_get_timeout(gnutls_session_t session); ARGUMENTS
DESCRIPTIONThis function will return the milliseconds remaining for a retransmission of the previously sent ping message. This function is useful when ping is used in non-blocking mode, to estimate when to call gnutls_heartbeat_ping() if no packets have been received. RETURNSthe remaining time in milliseconds. SINCE3.1.2 REPORTING BUGSReport bugs to <bugs@gnutls.org>.
COPYRIGHTCopyright © 2001-2023 Free Software Foundation, Inc., and
others.
SEE ALSOThe full documentation for gnutls is maintained as a Texinfo manual. If the /usr/local/share/doc/gnutls/ directory does not contain the HTML form visit
|