Non-Blocking socket.

called SSL_write with data (say 'abc123') and socket 'h'. Then ' SSL_get_error <../ssl/SSL_get_error.html#>' found error code SSL_ERROR_WANT_WRITE.

after some time call to 'select' detected that socket 'h' is writable. (Does it mean that data 'abc123' was written successfully ?)

Then I have to insert more data (say 'def567'). So before inserting this data should I re-insert 'abc123' data too ?



Thank you,
Asanka.


*******************************************************************************************************************************************************************

"The information contained in this email including in any attachment is confidential 
and is meant to be read only by the person to whom it is addressed. If you are not the 
intended recipient(s), you are prohibited from printing, forwarding, saving or copying 
this email. If you have received this e-mail in error, please immediately notify the 
sender and delete this e-mail and its attachments from your computer."

*******************************************************************************************************************************************************************

Reply via email to