From d5c3a696fcf7a5e3bf0164c3ac905360f6a17fb5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 3 Jul 2008 11:41:11 +0000 Subject: [PATCH] just to clarify that c-ares actually have some ipv6 support --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 3b3f744f..e5b5e287 100644 --- a/README +++ b/README @@ -27,7 +27,7 @@ call ares_process() when select() returns. Some features are missing from the current version of ares, relative 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 logging of unexpected events. * There is no debugging-oriented logging.