summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-21 19:05:29 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-21 19:34:04 +0200
commitac05a939835056f2ae09a7450cbe608c335af827 (patch)
treef3bfe9684837662f5200471f710e1006d8fba14e /doc
parente73c3011949ae2f31829aee1a6a348982ce6d316 (diff)
downloadgnutls-ac05a939835056f2ae09a7450cbe608c335af827.tar.gz
Correctly restore gnutls_record_recv() in DTLS mode if interrupted during the retrasmition of handshake data.
Diffstat (limited to 'doc')
-rw-r--r--doc/cha-gtls-app.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi
index 2bb872c659..9cc50e7789 100644
--- a/doc/cha-gtls-app.texi
+++ b/doc/cha-gtls-app.texi
@@ -660,7 +660,7 @@ function implies to restoring the same function that was interrupted, in
the DTLS protocol this requirement isn't true.
There are cases where a retransmission is required, which are indicated by
a received message and thus @funcref{gnutls_record_get_direction} must be called
-to decide which operation to restore, i.e., send or receive.
+to decide which direction to check prior to restoring a function call.
@showfuncdesc{gnutls_record_get_direction}
Moreover, to prevent blocking from DTLS' retransmission timers to block a