2023-01-02 20:51:48 +08:00
|
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
2022-06-14 06:12:03 +08:00
|
|
|
SPDX-License-Identifier: curl
|
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
|
2021-11-15 22:58:20 +08:00
|
|
|
See-also: no-buffer
|
2022-10-18 16:39:43 +08:00
|
|
|
Multi: boolean
|
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.
|
|
|
|
|
2023-09-08 20:03:59 +08:00
|
|
|
curl sets this option by default and you need to explicitly switch it off if
|
|
|
|
you do not want it on (added in 7.50.2).
|