Hello,

If we use:
curl_easy_setopt(easy_handle, CURLOPT_OPENSOCKETFUNCTION,
CurlOpenSocketCallback);

and in CurlOpenSocketCallback we open the tcp socket and set
TCP_NODELAY for this socket using setsockopt and NOT USING
CURLOPT_TCP_NODELAY, would it reset the flag, basically not use
nodelay / enable nagles algorithm ?


Thanks
~Kunal
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html

Reply via email to