Hi
I am new in this SSL. I need your help about SSL_read and SSL_write.

For blocking socket, if SSL_write() ask to write out 1024 bytes, but the
network buffer  only have space for  512 bytes, will the 
SSL_write block until all 1024 bytes is written ?? How about Non
blocking ??

For blocking socket, if SSL_read() ask to read 1024 bytes, but the
received network buffer  only have  for  512 bytes, will the 
SSL_read block until all 1024 bytes is read ?? How about Non blocking ??

Please help. 
Thank You
TD


Reply via email to