-
- Downloads
- Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is a
function that deprecates the curl_multi_socket() function. Using the new function the application tell libcurl what action that was found in the socket that it passes in. This gives a significant performance boost as it allows libcurl to avoid a call to poll()/select() for every call to curl_multi_socket*().
Showing
- CHANGES 8 additions, 0 deletionsCHANGES
- RELEASE-NOTES 3 additions, 2 deletionsRELEASE-NOTES
- docs/libcurl/curl_multi_socket.3 30 additions, 12 deletionsdocs/libcurl/curl_multi_socket.3
- include/curl/multi.h 17 additions, 1 deletioninclude/curl/multi.h
- lib/connect.c 1 addition, 1 deletionlib/connect.c
- lib/multi.c 21 additions, 2 deletionslib/multi.c
- lib/select.c 9 additions, 9 deletionslib/select.c
- lib/select.h 2 additions, 5 deletionslib/select.h
- lib/socks.c 2 additions, 2 deletionslib/socks.c
- lib/transfer.c 11 additions, 6 deletionslib/transfer.c
- lib/urldata.h 2 additions, 0 deletionslib/urldata.h
Loading
Please register or sign in to comment