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