From: Nikos Mavrogiannopoulos Date: Mon, 4 Feb 2013 08:30:05 +0000 (+0100) Subject: document limitation X-Git-Tag: gnutls_3_1_7~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a38d0fd455047d14947079c80fb9be7416322ebf;p=thirdparty%2Fgnutls.git document limitation --- diff --git a/lib/gnutls_range.c b/lib/gnutls_range.c index f3d798b80d..c710230211 100644 --- a/lib/gnutls_range.c +++ b/lib/gnutls_range.c @@ -223,6 +223,8 @@ _gnutls_range_fragment (size_t data_size, gnutls_range_st cur, * padding, and hence length hiding, use the gnutls_record_can_use_length_hiding() * function. * + * Note: This function currently is only limited to blocking sockets. + * * Returns: The number of bytes sent (that is data_size in a successful invocation), * or a negative error code. **/