summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-08-08 18:34:15 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-08-11 15:00:04 +0200
commite943bc13b5a0b461db575de7c97060ade819977a (patch)
tree95676a6c6ad4747e926513e406d6adc67fb3c318
parent699ae6ef085c699dd5f3fb460b0f8a2408cc2860 (diff)
downloadgnutls-e943bc13b5a0b461db575de7c97060ade819977a.tar.gz
doc update
-rw-r--r--lib/gnutls_handshake.c3
1 files changed, 3 insertions, 0 deletions
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)