From a38d0fd455047d14947079c80fb9be7416322ebf Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 4 Feb 2013 09:30:05 +0100 Subject: document limitation --- lib/gnutls_range.c | 2 ++ 1 file changed, 2 insertions(+) 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. **/ -- cgit v1.2.1