From: Nikos Mavrogiannopoulos Date: Sat, 11 Aug 2012 12:26:08 +0000 (+0200) Subject: doc update X-Git-Tag: gnutls_3_1_0~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b0b52a25170d0656b139305693d116a14838304;p=thirdparty%2Fgnutls.git doc update --- 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.