I'm trying to use SSL_peek() in the same way as I use recv( , ,
,MSG_PEEK), but when I ask SSL_read() to read only the first x bytes, I
only get the first x bytes, as expected, and then I lose all the data in
the queue after that.

Is this the normal behaviour, due to the way the packets arrive, or have
I misused SSL_peek() ?

Chris

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

Reply via email to