Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-11 | Brad Campbell <brad@seme.com.au> notes that | Eric Andersen | |
xconnect.c needs #include <netinet/in.h> to compile if CONFIG_FEATURE_IPV6 is not defined | |||
2002-07-03 | A patch from Bart Visscher <magick@linux-fan.com> to add an | Eric Andersen | |
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! |