]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
removed text about select().
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 14 Apr 2011 15:13:07 +0000 (17:13 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 14 Apr 2011 15:13:07 +0000 (17:13 +0200)
lib/gnutls_buffers.c

index f222177ba9ab575d428e77a789f48ead9efe27bb..595cf66cb19a2946606c66fcfd23b2447cc11a7f 100644 (file)
@@ -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