summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-04-30 18:48:57 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-04-30 18:48:57 +0200
commit724aa21c3203b5b26ca010d432132f087528b4b7 (patch)
tree07387de7dd860449a65b90d11ef448b6903fc383
parent3fa65ac2650d4b116cd7a0ac4c052e5addef08b1 (diff)
downloadgnutls-724aa21c3203b5b26ca010d432132f087528b4b7.tar.gz
doc: updated gnutls_dtls_set_timeouts
-rw-r--r--lib/gnutls_dtls.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/gnutls_dtls.c b/lib/gnutls_dtls.c
index ee761b02fe..06ae8f67cf 100644
--- a/lib/gnutls_dtls.c
+++ b/lib/gnutls_dtls.c
@@ -550,9 +550,6 @@ int _dtls_record_check(struct record_parameters_st *rp, uint64 * _seq)
* The DTLS protocol recommends the values of 1 sec and 60 seconds
* respectively, and these are the default values.
*
- * If the retransmission timeout is zero then the handshake will operate
- * in a non-blocking way, i.e., return %GNUTLS_E_AGAIN.
- *
* To disable retransmissions set a @retrans_timeout larger than the @total_timeout.
*
* Since: 3.0