curl / Mailing Lists / curl-library / Single Mail

curl-library

which function pass libcurl internal socket (the argument sockfd) to curl_multi_socket_action in libcurl?

From: Pahome Chen via curl-library <curl-library_at_cool.haxx.se>
Date: Tue, 2 May 2017 12:50:23 +0800

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
Received on 2017-05-02