From d49087f6bc95d159eeb1172173fc1e95411041fa Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Tue, 16 Feb 2016 12:21:34 +0000 Subject: tool: add --tcp-fastopen option --- docs/curl.1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/curl.1 b/docs/curl.1 index e7d92001a..2ed24dba0 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -1742,6 +1742,8 @@ curl -T "img[1-1000].png" ftp://ftp.example.com/upload/ .IP "--tcp-nodelay" Turn on the TCP_NODELAY option. See the \fIcurl_easy_setopt(3)\fP man page for details about this option. (Added in 7.11.2) +.IP "--tcp-fastopen" +Enable use of TCP Fast Open (RFC7413). (Added in 7.49.0) .IP "--tftp-blksize " (TFTP) Set TFTP BLKSIZE option (must be >512). This is the block size that curl will try to use when transferring data to or from a TFTP server. By -- cgit v1.2.3