Hi all

I am doing a simple ssl server/client. I use a select function to read and write in the socket. From my client I send 1KB of data, in one time, and then I expect to read it in the server. In the server appli, I have got a select read hit, and I read 500B. Then I expect to have a second select read hit to finish the read. But it never happened, and the program is blocked in the select.

If I send a new packet from the client I can read the missing packets, but not the new one.
I use non-blocking sockets.


Can you help me.

Thanks
Arun




----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

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

Reply via email to