xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame] | 1 | c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. |
| 2 | SPDX-License-Identifier: curl |
| 3 | Long: tcp-nodelay |
| 4 | Help: Use the TCP_NODELAY option |
| 5 | Added: 7.11.2 |
| 6 | Category: connection |
| 7 | Example: --tcp-nodelay $URL |
| 8 | See-also: no-buffer |
| 9 | Multi: boolean |
| 10 | --- |
| 11 | Turn on the TCP_NODELAY option. See the *curl_easy_setopt(3)* man page for |
| 12 | details about this option. |
| 13 | |
| 14 | Since 7.50.2, curl sets this option by default and you need to explicitly |
| 15 | switch it off if you do not want it on. |