> I tried after setting mode SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER.
> Still I am facing the same problem.
> It is successfully transmitting data of more than 2000 bytes
> but consistently giving problem in sending 166 bytes.
> After failing once it never succeds and we have to terminate the
connection.

Are you sure you are presenting a consistent picture of the outbound byte
stream? If you send "foo" and only 1 byte transfers, your next write *must*
begin with "oo". You may not change your mind with SSL like you can with
TCP.

DS



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to