Re: SSL_accept blocks forever

2006-03-10 Thread Girish Venkatachalam
The problem you are talking about seems to be occurring at the TCP layer even before things come into the hands of SSL_accept(). So I suggest you test this without SSL first. You might hit some SSL session reuse limit and get a similar problem but yours doesnt seem to be that. And 150 is a

RE: SSL_accept blocks forever

2006-03-10 Thread Gayathri Sundar
Have you set the the underlying FD to nonblocking (FIONBIO?)..I dont see why if the socket non blocking flag is set, you should have this problem..it doesnt make sense.. Thanks --G3 -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Henry Yip