diff options
author | Rick Deist <dreckard@users.noreply.github.com> | 2018-03-17 20:10:04 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-03-17 20:44:14 +0100 |
commit | d95f3dc0b117b0677700dae8dd51145c9b6f2d08 (patch) | |
tree | f1f044908f412bc3a946f61fa611884c0ff1611b /docs/libcurl/symbols-in-versions | |
parent | fb4f568b1e090c884eb63c3419322b558a38138e (diff) |
resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSES
This patch adds CURLOPT_DNS_SHUFFLE_ADDRESSES to explicitly request
shuffling of IP addresses returned for a hostname when there is more
than one. This is useful when the application knows that a round robin
approach is appropriate and is willing to accept the consequences of
potentially discarding some preference order returned by the system's
implementation.
Closes #1694
Diffstat (limited to 'docs/libcurl/symbols-in-versions')
-rw-r--r-- | docs/libcurl/symbols-in-versions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/libcurl/symbols-in-versions b/docs/libcurl/symbols-in-versions index 2877de7f1..52e8407dd 100644 --- a/docs/libcurl/symbols-in-versions +++ b/docs/libcurl/symbols-in-versions @@ -373,6 +373,7 @@ CURLOPT_DNS_INTERFACE 7.33.0 CURLOPT_DNS_LOCAL_IP4 7.33.0 CURLOPT_DNS_LOCAL_IP6 7.33.0 CURLOPT_DNS_SERVERS 7.24.0 +CURLOPT_DNS_SHUFFLE_ADDRESSES 7.60.0 CURLOPT_DNS_USE_GLOBAL_CACHE 7.9.3 7.11.1 CURLOPT_EGDSOCKET 7.7 CURLOPT_ENCODING 7.10 |