]> granicus.if.org Git - curl/commit
(Added in the section for CURLOPT_DNS_CACHE_TIMEOUT, pointed out on the
authorDaniel Stenberg <daniel@haxx.se>
Thu, 10 Jul 2008 22:24:11 +0000 (22:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 10 Jul 2008 22:24:11 +0000 (22:24 +0000)
commit6b7ccde1567f401018144e9fa9fcaa63616df338
tree969a9e0fe9f3b3ba57ba9be8a97045193b30f747
parent9b0fd007fd342ccb28ce3ea636052a9e43a5a922
(Added in the section for CURLOPT_DNS_CACHE_TIMEOUT, pointed out on the
curl-library list on July 9th 2008 by Mathew Hounsell)

NOTE: the name resolve functions of various libc implementations don't re-read
name server information unless explicitly told so (by for example calling
Ires_init(3). This may cause libcurl to keep using the older server even
if DHCP has updated the server info, and this may look like a DNS cache issue
to the casual libcurl-app user.
docs/libcurl/curl_easy_setopt.3