diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-02-17 22:15:23 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-02-17 22:15:23 +0000 |
commit | 19e089702a00e2cf36bcaaace06738774844daba (patch) | |
tree | 1a044bcd595ae7d0a3a65c1d6fb87617d9669e7d | |
parent | 23bab783d4e8b01ce3084f06a5d43a96cd00decd (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
-rw-r--r-- | ares/TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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, |