From: Nikos Mavrogiannopoulos Date: Thu, 25 Jul 2013 10:15:20 +0000 (+0200) Subject: updated doc X-Git-Tag: gnutls_3_2_3pre0~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a4bf567d30d1ae10e0aebe459f3ef9cbebc94c3;p=thirdparty%2Fgnutls.git updated doc --- diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi index d592de33b7..91b142f163 100644 --- a/doc/cha-gtls-app.texi +++ b/doc/cha-gtls-app.texi @@ -711,7 +711,10 @@ to decide which direction to check prior to restoring a function call. Moreover, to prevent blocking from DTLS' retransmission timers to block a handshake, the @funcref{gnutls_init} function should be called with the -@code{GNUTLS_NONBLOCK} flag set (see @ref{Session initialization}). +@code{GNUTLS_NONBLOCK} flag set (see @ref{Session initialization}). In that +case, in order to be able to use the DTLS handshake timers, the function +@funcref{gnutls_dtls_get_timeout} should be used to estimate when to call +@funcref{gnutls_handshake} if no packets have been received. @node DTLS sessions