1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-04 03:09:44 -05:00
curl/docs/cmdline-opts/tcp-nodelay.d

11 lines
310 B
D
Raw Normal View History

Long: tcp-nodelay
Help: Use the TCP_NODELAY option
Added: 7.11.2
Category: connection
---
Turn on the TCP_NODELAY option. See the \fIcurl_easy_setopt(3)\fP man page for
details about this option.
2017-03-11 11:44:06 +01:00
Since 7.50.2, curl sets this option by default and you need to explicitly
switch it off if you don't want it on.