aboutsummaryrefslogtreecommitdiff
path: root/ares
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-02-17 22:15:23 +0000
committerDaniel Stenberg <daniel@haxx.se>2010-02-17 22:15:23 +0000
commit19e089702a00e2cf36bcaaace06738774844daba (patch)
tree1a044bcd595ae7d0a3a65c1d6fb87617d9669e7d /ares
parent23bab783d4e8b01ce3084f06a5d43a96cd00decd (diff)
ares_reinit()
- To allow an app to force a re-read of /etc/resolv.conf etc, pretty much like the res_init() resolver function offers
Diffstat (limited to 'ares')
-rw-r--r--ares/TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/ares/TODO b/ares/TODO
index 1a87e4401..fa31cea6f 100644
--- a/ares/TODO
+++ b/ares/TODO
@@ -1,6 +1,11 @@
TODO
====
+ares_reinit()
+
+- To allow an app to force a re-read of /etc/resolv.conf etc, pretty much
+ like the res_init() resolver function offers
+
ares_gethostbyname
- When built to support IPv6, it needs to also support PF_UNSPEC or similar,