CurlPoll

Name: curl_multi_socket() and curl_multi_socket_all()

Desc: An alternative version of curl_multi_perform() that allows the application to pass in one of the file descriptors that have been detected to have "action" on them and let libcurl perform. See man page for details.

Values

ValueMeaning
none_0

jdrewsen - underscored in order not to clash with reserved D symbols

in_1
out_2
inout_3
remove_4

Meta