![]() |
![]()
| ![]() |
![]()
NAMEgnutls_dtls_get_timeout - API function SYNOPSIS#include <gnutls/dtls.h> unsigned int gnutls_dtls_get_timeout(gnutls_session_t session); ARGUMENTS
DESCRIPTIONThis function will return the milliseconds remaining for a retransmission of the previously sent handshake message. This function is useful when DTLS is used in non-blocking mode, to estimate when to call gnutls_handshake() if no packets have been received. RETURNSthe remaining time in milliseconds. SINCE3.0 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
|