commit | 0b31586c7113b9b26ca0aeee9247a831b55b308c | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Wed Jul 03 11:51:44 2002 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Wed Jul 03 11:51:44 2002 +0000 |
tree | 7071145eeeea4dd92d18e05fce6d8e710dc67d52 | |
parent | 51b8bd68bb22b1cc5d95e418813c2f08a194ec2b [diff] |
A patch from Bart Visscher <magick@linux-fan.com> to add an xconnect helper routine which does: -address and port resolving -tries to connect to all resolved addresses until connected -uses getaddrinfo, so works for IPv6 too This patch also ports rdate, telnet, and wget to use the new xconnect function. Thanks Bart!