Loading docs/libcurl/opts/CURLOPT_TCP_NODELAY.3 +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ CURL *curl = curl_easy_init(); if(curl) { curl_easy_setopt(curl, CURLOPT_URL, "http://example.com"); /* disable Nagle */ curl_easy_setopt(curl, CURLOPT_TCP_FASTOPEN, 0); curl_easy_setopt(curl, CURLOPT_TCP_NODELAY, 0); curl_easy_perform(curl); } .fi Loading Loading
docs/libcurl/opts/CURLOPT_TCP_NODELAY.3 +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ CURL *curl = curl_easy_init(); if(curl) { curl_easy_setopt(curl, CURLOPT_URL, "http://example.com"); /* disable Nagle */ curl_easy_setopt(curl, CURLOPT_TCP_FASTOPEN, 0); curl_easy_setopt(curl, CURLOPT_TCP_NODELAY, 0); curl_easy_perform(curl); } .fi Loading