From: Nikos Mavrogiannopoulos Date: Wed, 10 Apr 2013 20:31:30 +0000 (+0200) Subject: doc update X-Git-Tag: gnutls_3_2_0~60 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b108634dae16fd59dd67e07070d37d26421abd3;p=thirdparty%2Fgnutls.git doc update --- diff --git a/lib/system_override.c b/lib/system_override.c index e1486cea2a..2fa82df0b3 100644 --- a/lib/system_override.c +++ b/lib/system_override.c @@ -93,8 +93,10 @@ gnutls_transport_set_pull_function (gnutls_session_t session, * given time frame in milliseconds. The callback should return 0 on * timeout, a positive number if data can be received, and -1 on error. * You'll need to override this function if select() is not suitable - * for the provided transport calls. - * The callback function is used in DTLS only. + * for the provided transport calls. + * + * As with select(), if the timeout value is zero the callback should return + * zero if no data are immediately available. * * @gnutls_pull_timeout_func is of the form, * int (*gnutls_pull_timeout_func)(gnutls_transport_ptr_t, unsigned int ms);