mirror of
https://github.com/curl/curl.git
synced 2026-08-26 19:53:31 +03:00
parent
bfbde883af
commit
1b8638b36c
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ Certain features, such as timeouts and retries, require you to call libcurl
|
|||
even when there is no activity on the file descriptors.
|
||||
|
||||
Your callback function \fBtimer_callback\fP should install a non-repeating
|
||||
timer with an interval of \fBtimeout_ms\fP. When time that timer fires, call
|
||||
timer with an interval of \fBtimeout_ms\fP. When that timer fires, call
|
||||
either \fIcurl_multi_socket_action(3)\fP or \fIcurl_multi_perform(3)\fP,
|
||||
depending on which interface you use.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue