On Thu, Apr 26, 2007, Amit Hakoo wrote:
>
>
> Whats the right way to abort the call to BIO_do_connect? Is there a
> timeout value that I can set. I am using Blocking IO. I am trying to
> connect to a server but for some reason the BIO_do_connect does not
> return. I wanted to abort this operati
HI,
Whats the right way to abort the call to BIO_do_connect? Is there a
timeout value that I can set. I am using Blocking IO. I am trying to
connect to a server but for some reason the BIO_do_connect does not
return. I wanted to abort this operation after a particular timeout
value. How should