tcp-fastopen.d 458 B

1234567891011121314
  1. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: tcp-fastopen
  4. Added: 7.49.0
  5. Help: Use TCP Fast Open
  6. Category: connection
  7. Example: --tcp-fastopen $URL
  8. See-also: false-start
  9. Multi: boolean
  10. ---
  11. Enable use of TCP Fast Open (RFC 7413). TCP Fast Open is a TCP extension that
  12. allows data to get sent earlier over the connection (before the final
  13. handshake ACK) if the client and server have been connected previously.