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