mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
eh, these can't be used for poll()! ;-)
This commit is contained in:
parent
c1422864b5
commit
bba3bb7556
@ -14,9 +14,9 @@ CURLMcode curl_multi_fdset(CURLM *multi_handle,
|
|||||||
.ad
|
.ad
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
This function extracts file descriptor information from a given multi_handle.
|
This function extracts file descriptor information from a given multi_handle.
|
||||||
libcurl returns its fd_set sets. The application can use these to select() or
|
libcurl returns its fd_set sets. The application can use these to select()
|
||||||
poll() on. The curl_multi_perform() function should be called as soon as one
|
on. The curl_multi_perform() function should be called as soon as one of them
|
||||||
of them are ready to be read from or written to.
|
are ready to be read from or written to.
|
||||||
|
|
||||||
NOTE that once this call is made, you must not remove the sets you point to,
|
NOTE that once this call is made, you must not remove the sets you point to,
|
||||||
as libcurl will need to be able to read them. It needs them after select()
|
as libcurl will need to be able to read them. It needs them after select()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user