curl_multi_socket

Name: curl_multi_timer_callback

Desc: Called by libcurl whenever the library detects a change in 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).

extern (C)
curl_multi_socket

Return Value

Type: CURLMcode

The callback should return zero.

Meta