summaryrefslogtreecommitdiff
path: root/lib/gnutls_buffers.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-04-14 17:13:07 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-04-14 17:13:07 +0200
commit4426c4935ce5e45e30ffa4c55a2595b9563799d2 (patch)
tree5548dd3d35d097db8339ecaefb765979d393e0c3 /lib/gnutls_buffers.c
parent392620224004f636c96fa1e3faf44d4884dba06c (diff)
downloadgnutls-4426c4935ce5e45e30ffa4c55a2595b9563799d2.tar.gz
removed text about select().
Diffstat (limited to 'lib/gnutls_buffers.c')
-rw-r--r--lib/gnutls_buffers.c6
1 files changed, 0 insertions, 6 deletions
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