CURLMOPT_MAX_TOTAL_CONNECTIONS (3) Linux Manual Page
CURLMOPT_MAX_TOTAL_CONNECTIONS – max simultaneously open connections Synopsis #include <curl/curl.h> CURLMcode curl_multi_setopt(CURLM *handle, CURLMOPT_MAX_TOTAL_CONNECTIONS, long amount); Description Pass a long for the amount. The set number will be used as the maximum number of simultaneously open connections in total using this multi handle. For each new session, libcurl will open a new connection up to the…
