Re: How do you abort BIO_do_connect

2007-04-26 Thread Dr. Stephen Henson
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

How do you abort BIO_do_connect

2007-04-26 Thread Amit Hakoo
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