curl_multi_timeout

fnCURLMcode curl_multi_timeout(CURLM * multi_handle, c_long * milliseconds)

This macro below was added in 7.16.3 to push users who recompile to use the new curl_multi_socket_action() instead of the old curl_multi_socket() Name: curl_multi_timeout()

Desc: Returns the maximum number of milliseconds the app is allowed to wait before curl_multi_socket() or curl_multi_perform() must be called (to allow libcurl's timed events to take place).

Returns

CURLM error code.