Re: multiple IP addresses

2006-04-20 Thread Christopher Fowler
On Thu, 2006-04-20 at 14:53 -0700, Joseph Bruni wrote: > Is BIO_do_connect() smart enough to try to connect to all IP addresses > if a name resolves to more than one? Isn't that a round robin DNS setup? Maybe not __ OpenSSL

multiple IP addresses

2006-04-20 Thread Joseph Bruni
Hello, Is BIO_do_connect() smart enough to try to connect to all IP addresses if a name resolves to more than one? For example, the name "www.microsoft.com" resolves to eight different IP addresses. Will they all be tried by BIO_do_connect? is there a way to do this? Do I need to keep calling