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
This commit is contained in:
Daniel Stenberg 2010-02-17 22:15:23 +00:00
parent 23bab783d4
commit 19e089702a
1 changed files with 5 additions and 0 deletions

View File

@ -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,