Curl имеет следующее заявление:Что такое exc_fd_set в curl_multi_fdset()? <code>curl_multi_fdset</code> функция
CURLMcode curl_multi_fdset(CURLM *multi_handle,
fd_set *read_fd_set,
fd_set *write_fd_set,
fd_set *exc_fd_set,
int *max_fd);
Curl документация не объясняет смысл exc_fd_set
. В чем смысл exc_fd_set
?