diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-10 09:28:01 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-10 09:28:01 +0000 |
commit | 9de420c27cbbbd99bedc95782a6937039ff071bb (patch) | |
tree | 01c0783874d5c429b4f71496f18028d46afae302 /libbb/bb_strtonum.c | |
parent | 62a6983a818ce701b924f84bf23716c4fbff170a (diff) | |
download | busybox-9de420c27cbbbd99bedc95782a6937039ff071bb.tar.gz |
Improve generic ipv4+ipv6 support in libbb.
Convert telnet to it. Now this works:
telnetd -b [::1]:1234 - bind to IPv6 non-standard port
telnet [::1]:1234 - connect to IPv6 non-standard port
telnet ::1 1234 - same
This does not require ANY ipv6-specific code in applets
(no struct sockaddr_in6. In fact, no sockaddr_in, too).
Diffstat (limited to 'libbb/bb_strtonum.c')
0 files changed, 0 insertions, 0 deletions