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