1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

just to clarify that c-ares actually have some ipv6 support

This commit is contained in:
Daniel Stenberg 2008-07-03 11:41:11 +00:00
parent ed7af82bdf
commit 02db4450df

View File

@ -27,7 +27,7 @@ call ares_process() when select() returns.
Some features are missing from the current version of ares, relative Some features are missing from the current version of ares, relative
to the BIND resolver: to the BIND resolver:
* There is no IPV6 support. * There is no IPV6 support. [not true for c-ares]
* There is no hostname verification. * There is no hostname verification.
* There is no logging of unexpected events. * There is no logging of unexpected events.
* There is no debugging-oriented logging. * There is no debugging-oriented logging.