diff -ru curl-7.11.0-20031219/docs/libcurl/curl_easy_setopt.3 curl-new/docs/libcurl/curl_easy_setopt.3 --- curl-7.11.0-20031219/docs/libcurl/curl_easy_setopt.3 2003-12-05 04:00:04.000000000 +0100 +++ curl-new/docs/libcurl/curl_easy_setopt.3 2003-12-19 10:13:15.000000000 +0100 @@ -706,6 +706,20 @@ \fBNOTE:\fP this is not recommended to use in unix multi-threaded programs, as it uses signals unless \fICURLOPT_NOSIGNAL\fP (see above) is set. +.IP CURLOPT_IPRESOLVE +Allows an application to select what kind of IP addresses to use when +resolving host names. This is only interesting when using host names +that resolve addresses using more than one version of IP. The allowed +values are: +.RS +.IP CURL_IPRESOLVE_WHATEVER +Default, resolves addresses to all IP versions that your system allows. +.IP CURL_IPRESOLVE_V4 +Resolve to ipv4 addresses. +.IP CURL_IPRESOLVE_V6 +Resolve to ipv6 addresses. +.RE + .SH SSL and SECURITY OPTIONS .IP CURLOPT_SSLCERT Pass a pointer to a zero terminated string as parameter. The string should be