diff options
author | Alessandro Ghedini <alessandro@cloudflare.com> | 2016-02-16 12:21:34 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-18 23:17:19 +0200 |
commit | d49087f6bc95d159eeb1172173fc1e95411041fa (patch) | |
tree | 029e38a3d9ad38ad033ab0e92abc01632be5cfdc /src/tool_help.c | |
parent | 8f72b1366054c2466f45fd4ea6bf42d74a0400d2 (diff) |
tool: add --tcp-fastopen option
Diffstat (limited to 'src/tool_help.c')
-rw-r--r-- | src/tool_help.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index 8b4551ba2..bb60ba0e3 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -221,6 +221,7 @@ static const char *const helptext[] = { " --ssl-no-revoke Disable cert revocation checks (WinSSL)", " --stderr FILE Where to redirect stderr (use \"-\" for stdout)", " --tcp-nodelay Use the TCP_NODELAY option", + " --tcp-fastopen Use TCP Fast Open", " -t, --telnet-option OPT=VAL Set telnet option", " --tftp-blksize VALUE Set TFTP BLKSIZE option (must be >512)", " --tftp-no-options Do not send TFTP options requests", |