> 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
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