RE: Is connection active

2007-02-14 Thread David Schwartz
> Hi I have problem, > > Is there any function in Openssl, that says me, that connection > is active?? I create a new TCP connection with BIO_do_connect, it > returns me, that connection was established. Than I make some > another things in my program, after a while a send through this > connectio

Re: Is connection active

2007-02-14 Thread Alexis Lefort
Maybe you could do with a select(). You test the return of select and you will know if conection has been closed ;) Milan Křápek a écrit : Hi I have problem, Is there any function in Openssl, that says me, that connection is active?? I create a new TCP connection with BIO_do_connect, it retur