Name
multi:SetOpt_Max_Total_Connections -- max simultaneously open connections
Synopsis
multi:SetOpt_Max_Total_Connections(amount)
Function
Pass a number for the amount. The get 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 limit get by #CURLMOPT_MAX_TOTAL_CONNECTIONS. When the limit is reached, the sessions will be pending until there are available connections. If #CURLMOPT_PIPELINING is enabled, libcurl will try to pipeline or use multiplexing if the host is capable of it.

Inputs
amount
input value

Show TOC