aboutsummaryrefslogtreecommitdiff
path: root/src/tool_cfgable.h
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@cloudflare.com>2016-02-16 12:21:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2016-04-18 23:17:19 +0200
commitd49087f6bc95d159eeb1172173fc1e95411041fa (patch)
tree029e38a3d9ad38ad033ab0e92abc01632be5cfdc /src/tool_cfgable.h
parent8f72b1366054c2466f45fd4ea6bf42d74a0400d2 (diff)
tool: add --tcp-fastopen option
Diffstat (limited to 'src/tool_cfgable.h')
-rw-r--r--src/tool_cfgable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_cfgable.h b/src/tool_cfgable.h
index e6f4e840d..aa98fced5 100644
--- a/src/tool_cfgable.h
+++ b/src/tool_cfgable.h
@@ -174,6 +174,7 @@ struct OperationConfig {
Kerberos 5 and SPNEGO */
bool tcp_nodelay;
+ bool tcp_fastopen;
long req_retry; /* number of retries */
long retry_delay; /* delay between retries (in seconds) */
long retry_maxtime; /* maximum time to keep retrying */