1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-19 21:40:06 +00:00

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 8b6f71ce95
commit d2f21d37b1

5
TODO
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,