CURLOPT_ADDRESS_SCOPE (3) Linux Manual Page
CURLOPT_ADDRESS_SCOPE – set scope for local IPv6 addresses
Synopsis
#include <curl/curl.h>
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_ADDRESS_SCOPE, long scope);
Description
Pass a long specifying the scope_id value to use when connecting to IPv6 link-local or site-local addresses.
Default
0
Protocols
All, when using IPv6
Example
TODO
Availability
Added in 7.19.0
Return Value
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
See Also
CURLOPT_STDERR(3), CURLOPT_DEBUGFUNCTION(3),
