From: Nikos Mavrogiannopoulos Date: Wed, 8 Aug 2012 16:34:15 +0000 (+0200) Subject: doc update X-Git-Tag: gnutls_3_1_0~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e943bc13b5a0b461db575de7c97060ade819977a;p=thirdparty%2Fgnutls.git doc update --- diff --git a/lib/gnutls_handshake.c b/lib/gnutls_handshake.c index 60272e0682..3c52f4ff6e 100644 --- a/lib/gnutls_handshake.c +++ b/lib/gnutls_handshake.c @@ -2446,6 +2446,9 @@ gnutls_handshake (gnutls_session_t session) * This function sets the timeout for the handshake process * to the provided value. * + * Note that in order for the timeout to be enforced + * gnutls_transport_set_pull_timeout_function() must be set. + * **/ void gnutls_handshake_set_timeout (gnutls_session_t session, unsigned int ms)