summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-08-11 14:26:08 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-08-11 15:00:04 +0200
commit2b0b52a25170d0656b139305693d116a14838304 (patch)
tree21241f34c1a1fe1080646671dae477487fca75f7 /lib
parent7cc9d6e154618b4416ec1b11fa5f8ab52db2b8ff (diff)
downloadgnutls-2b0b52a25170d0656b139305693d116a14838304.tar.gz
doc update
Diffstat (limited to 'lib')
-rw-r--r--lib/gnutls_handshake.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gnutls_handshake.c b/lib/gnutls_handshake.c
index 3c52f4ff6e..343cfb0b2b 100644
--- a/lib/gnutls_handshake.c
+++ b/lib/gnutls_handshake.c
@@ -2444,7 +2444,8 @@ gnutls_handshake (gnutls_session_t session)
* @ms: is a timeout value in milliseconds
*
* This function sets the timeout for the handshake process
- * to the provided value.
+ * to the provided value. Use an @ms value of zero to disable
+ * timeout.
*
* Note that in order for the timeout to be enforced
* gnutls_transport_set_pull_timeout_function() must be set.