]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ares_reinit()
authorDaniel Stenberg <daniel@haxx.se>
Wed, 17 Feb 2010 22:15:23 +0000 (22:15 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 17 Feb 2010 22:15:23 +0000 (22:15 +0000)
- To allow an app to force a re-read of /etc/resolv.conf etc, pretty much
  like the res_init() resolver function offers

ares/TODO

index 1a87e44011c4455efbfe5aa11d388d13bc2c85b3..fa31cea6fb79b42edda1a4dd4ab9745fb783c237 100644 (file)
--- 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,