xref: /curl/docs/cmdline-opts/tcp-nodelay.md (revision fe9f68fa)
1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: tcp-nodelay
5Help: Set TCP_NODELAY
6Added: 7.11.2
7Category: connection
8Multi: boolean
9See-also:
10  - no-buffer
11Example:
12  - --tcp-nodelay $URL
13---
14
15# `--tcp-nodelay`
16
17Turn on the TCP_NODELAY option. See the *curl_easy_setopt(3)* man page for
18details about this option.
19
20curl sets this option by default and you need to explicitly switch it off if
21you do not want it on (added in 7.50.2).
22