Eric Rescorla <[EMAIL PROTECTED]> writes:
> Obviously, scatter/gather I/O is of value when you're not doing SSL.
> That's why writev() and readv() exist in the first place. However,
> this isn't an argument for SSL_writev() to exist, it's an argument
> for BIO_writev() to exist. Then the socket BIO can map BIO_writev()
> to writev() and the SSL BIO can map BIO_writev() to a series of
> calls to SSL_writev()--or to buffered writes.
Doh! Obviously this should read "SSL_write()"

-Ekr
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to