aboutsummaryrefslogtreecommitdiff
path: root/ares/README
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-07-03 11:41:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-07-03 11:41:11 +0000
commit02db4450dfaf549e7f0d951c1fd15c82d0da0b25 (patch)
tree6237cf93b7a7401177fae8b9f61c3b88083fabd4 /ares/README
parented7af82bdf9d7cf0f02a503c676cdef4cf4f6243 (diff)
just to clarify that c-ares actually have some ipv6 support
Diffstat (limited to 'ares/README')
-rw-r--r--ares/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/README b/ares/README
index 3b3f744fc..e5b5e2876 100644
--- a/ares/README
+++ b/ares/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.