From: Nikos Mavrogiannopoulos Date: Thu, 14 Apr 2011 15:13:07 +0000 (+0200) Subject: removed text about select(). X-Git-Tag: gnutls_2_99_1~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4426c4935ce5e45e30ffa4c55a2595b9563799d2;p=thirdparty%2Fgnutls.git removed text about select(). --- diff --git a/lib/gnutls_buffers.c b/lib/gnutls_buffers.c index f222177ba9..595cf66cb1 100644 --- a/lib/gnutls_buffers.c +++ b/lib/gnutls_buffers.c @@ -89,12 +89,6 @@ _gnutls_record_buffer_put (gnutls_session_t session, * This function checks if there are any data to receive in the gnutls * buffers. * - * Note that you could also use select() to check for data in a TCP - * connection, instead of this function. GnuTLS leaves some data in - * the tcp buffer in order for select to work. However the select() - * alternative is not recommended and will be deprecated in later - * GnuTLS revisions. - * * Returns: the size of that data or 0. **/ size_t