mirror of
https://github.com/sheumann/hush.git
synced 2024-12-31 11:31:19 +00:00
9de420c27c
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). |
||
---|---|---|
.. | ||
applets.h | ||
busybox.h | ||
dump.h | ||
grp_.h | ||
inet_common.h | ||
libbb.h | ||
platform.h | ||
pwd_.h | ||
shadow_.h | ||
unarchive.h | ||
usage.h | ||
xatonum.h | ||
xregex.h |