2016-11-28 03:01:13 +03:00
|
|
|
Long: tcp-nodelay
|
|
|
|
Help: Use the TCP_NODELAY option
|
|
|
|
Added: 7.11.2
|
2020-07-13 15:15:04 +03:00
|
|
|
Category: connection
|
2021-08-31 17:37:14 +03:00
|
|
|
Example: --tcp-nodelay $URL
|
2021-11-15 17:58:20 +03:00
|
|
|
See-also: no-buffer
|
2016-11-28 03:01:13 +03:00
|
|
|
---
|
2021-03-22 18:50:57 +03:00
|
|
|
Turn on the TCP_NODELAY option. See the *curl_easy_setopt(3)* man page for
|
2016-11-28 03:01:13 +03:00
|
|
|
details about this option.
|
|
|
|
|
2017-03-11 13:44:06 +03:00
|
|
|
Since 7.50.2, curl sets this option by default and you need to explicitly
|
2021-10-31 18:34:44 +03:00
|
|
|
switch it off if you do not want it on.
|