mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
ddaa85893d
gen.pl now generates a warning if the "See Also" field is not filled in for a command line option All command line options now provide one or more related options. 167 "See alsos" added! Closes #8019
13 lines
355 B
Makefile
13 lines
355 B
Makefile
Long: tcp-nodelay
|
|
Help: Use the TCP_NODELAY option
|
|
Added: 7.11.2
|
|
Category: connection
|
|
Example: --tcp-nodelay $URL
|
|
See-also: no-buffer
|
|
---
|
|
Turn on the TCP_NODELAY option. See the *curl_easy_setopt(3)* man page for
|
|
details about this option.
|
|
|
|
Since 7.50.2, curl sets this option by default and you need to explicitly
|
|
switch it off if you do not want it on.
|