gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sr #107660] gnutls update to 2.12 branch breaks programs in ARCH and De


From: Nikos Mavrogiannopoulos
Subject: [sr #107660] gnutls update to 2.12 branch breaks programs in ARCH and Debian squeeze
Date: Tue, 30 Aug 2011 07:18:18 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0 Iceweasel/5.0

Follow-up Comment #10, sr #107660 (project gnutls):

Note that select() is used to check for data in the kernel networking buffers.
This will not change. What changed (in 3.0.0) is that select() cannot be used
any more to check for data in the GnuTLS read buffers.

GnuTLS doesn't hold any write buffers, i.e., every data given to
gnutls_record_send() are immediately forwarded to underlying transport layer.
Thus, you don't need any equivalent to gnutls_record_check_pending() to know
whether writing to the socket would block. It solely depends on the transport
layer (i.e. send()).


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/support/?107660>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]