blob: f047a7c6faaaa12974e7fe5cb415b1f514f2d700 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001Long: tcp-nodelay
2Help: Use the TCP_NODELAY option
3Added: 7.11.2
4---
5Turn on the TCP_NODELAY option. See the \fIcurl_easy_setopt(3)\fP man page for
6details about this option.
7
8Since 7.50.2, curl sets this option by default and you need to explicitly
9switch it off if you don't want it on.