CURLM_CALL_MULTI_SOCKET

just to make code nicer when using curl_multi_socket() you can now check for CURLM_CALL_MULTI_SOCKET too in the same style it works for curl_multi_perform() and CURLM_CALL_MULTI_PERFORM

enum CURLM_CALL_MULTI_SOCKET = CurlM.call_multi_perform;

Meta