[Help-gnutls] Finishing gnutls_record_send()

Timo Sirainen tss at iki.fi
Tue Aug 27 19:15:36 CEST 2002


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 :)






More information about the Gnutls-help mailing list