tcp-nodelay.d 459 B

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