From: Daniel Stenberg Date: Wed, 17 Feb 2010 22:15:23 +0000 (+0000) Subject: ares_reinit() X-Git-Tag: curl-7_20_1~162 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19e089702a00e2cf36bcaaace06738774844daba;p=thirdparty%2Fcurl.git 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 --- diff --git a/ares/TODO b/ares/TODO index 1a87e44011..fa31cea6fb 100644 --- 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,