1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-22 22:00:48 +00:00

Added preliminary IPv6 support to ares_gethostbyname

This commit is contained in:
Dominick Meglio
2005-04-08 19:46:46 +00:00
parent e55c48b8cf
commit 00b7a550b5
7 changed files with 151 additions and 38 deletions

View File

@ -2,6 +2,11 @@
* April 8
- Added preliminary IPv6 support to ares_gethostbyname. Currently, sortlist
does not work with IPv6. Also provided an implementation of bitncmp from
BIND for systems that do not supply this function. This will be used to add
IPv6 support to sortlist.
- Made ares_gethostbyaddr support IPv6 by specifying AF_INET6 as the family.
The function can lookup IPv6 addresses both from files (/etc/hosts) and
DNS lookups.