I read about the page about curl_multi_socket interface below :

https://curl.haxx.se/libcurl/c/curl_multi_socket_action.html

It's described this function :

curl_multi_socket_action(CURLM * multi_handle,
                                   curl_socket_t sockfd,
                                   int ev_bitmask,
                                   int *running_handles);

where's the 2nd arguments called sockfd from?

Is that from one of libcurl function? the documents doesn't mention it.

-- 
Best Regards,
pahome
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html

Reply via email to