summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-04-30 18:48:57 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-05-03 19:30:24 +0200
commit39cb6ab77abe3147094ebc8cca23ac00a9b0e958 (patch)
tree27dac1d85ced13009f60dead7967d18a7af4ab72
parentaac07ad2d276f8b24c36cf7653b3215868b885d0 (diff)
downloadgnutls-39cb6ab77abe3147094ebc8cca23ac00a9b0e958.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 ab02721a8d..37fcb6296d 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.
*
- * 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