]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 11 Aug 2012 12:26:08 +0000 (14:26 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 11 Aug 2012 13:00:04 +0000 (15:00 +0200)
lib/gnutls_handshake.c

index 3c52f4ff6ed122b62b2d661d0f3022f88cef252c..343cfb0b2b13a579e743471d0f19c61683bfa8a7 100644 (file)
@@ -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.