diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-07-07 22:07:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-07-07 22:07:10 +0000 |
commit | a09a8164db637b35de52bdea757e8ea930f28eaf (patch) | |
tree | 261b57dfa08d7898e561429feb7b38f5c076c482 /docs/libcurl/curl_share_setopt.3 | |
parent | e5cf6a20a77eeaa3a4b791f29a05dadd54636edb (diff) |
mention the by-default "sharing"
Diffstat (limited to 'docs/libcurl/curl_share_setopt.3')
-rw-r--r-- | docs/libcurl/curl_share_setopt.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/libcurl/curl_share_setopt.3 b/docs/libcurl/curl_share_setopt.3 index e53946534..e6be1b4ee 100644 --- a/docs/libcurl/curl_share_setopt.3 +++ b/docs/libcurl/curl_share_setopt.3 @@ -42,7 +42,9 @@ be set to one of the values described below. Cookie data will be shared across the easy handles using this shared object. .IP CURL_LOCK_DATA_DNS Cached DNS hosts will be shared across the easy handles using this shared -object. +object. Note that when you use the multi interface, all easy handles added to +the same multi handle will share DNS cache by default without this having to +be used! .RE .IP CURLSHOPT_UNSHARE This option does the opposite of \fICURLSHOPT_SHARE\fP. It specifies that |