help-gnutls
[Top][All Lists]
Advanced

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

[Help-gnutls] Finishing gnutls_record_send()


From: Timo Sirainen
Subject: [Help-gnutls] Finishing gnutls_record_send()
Date: Tue Aug 27 19:15:36 2002
User-agent: Mutt/1.4i

Now that the nonblocking handshake seems to work, there's only one small
problem left.

How about adding gnutls_record_send_continue() or gnutls_record_flush() or
something similiar, which continues sending data from previous unfinished
gnutls_record_send()?

I can call gnutls_record_send() again too, but it's just that it wants the
data-parameter again, even while it does nothing with it since it's already
copied into internal buffers. So I've currently kludged it by giving
(void *) 1 as data since NULL isn't allowed. I'd really like to get rid of
this kludge :)





reply via email to

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