aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorSterling Hughes <sterling@bumblebury.com>2002-01-08 04:26:47 +0000
committerSterling Hughes <sterling@bumblebury.com>2002-01-08 04:26:47 +0000
commit22ac08e06db32cb2a7872316a669eb81ec3ea204 (patch)
tree1afa025886527ee24580723104e03357931cc786 /lib/urldata.h
parent87037136efd4d5eeefb7456c2ad14740a956e47d (diff)
Add support for DNS cache timeouts via the CURLOPT_DNS_CACHE_TIMEOUT option.
The default cache timeout for this is 60 seconds, which is arbitrary and completely subject to change :)
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 36358d60f..64ee821ca 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -647,6 +647,7 @@ struct UserDefined {
bool ftp_use_epsv; /* if EPSV is to be attempted or not */
bool global_dns_cache;
+ bool dns_cache_timeout;
};
/*