From d2f21d37b150ada1bc861a35a01d901d0dc536e0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 17 Feb 2010 22:15:23 +0000 Subject: [PATCH] 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 --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index 1a87e44..fa31cea 100644 --- a/TODO +++ b/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,