OSDN Git Service

A patch from Bart Visscher <magick@linux-fan.com> to add an
authorEric Andersen <andersen@codepoet.org>
Wed, 3 Jul 2002 11:51:44 +0000 (11:51 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 3 Jul 2002 11:51:44 +0000 (11:51 -0000)
commit0b31586c7113b9b26ca0aeee9247a831b55b308c
tree7071145eeeea4dd92d18e05fce6d8e710dc67d52
parent51b8bd68bb22b1cc5d95e418813c2f08a194ec2b
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!
libbb/xconnect.c [new file with mode: 0644]
networking/telnet.c
networking/wget.c
util-linux/rdate.c