summaryrefslogtreecommitdiff
path: root/include/curl
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@cloudflare.com>2016-02-16 12:21:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2016-04-18 23:17:19 +0200
commitdc68f2dab952a4a61d61e175d246ac2e55d75d5b (patch)
tree79ceb76399d4710ce87698217a83f057583732f1 /include/curl
parenta542536cf6e8f2eab0788486a60f810a58cb3b3e (diff)
downloadcurl-dc68f2dab952a4a61d61e175d246ac2e55d75d5b.tar.gz
url: add CURLOPT_TCP_FASTOPEN option
Diffstat (limited to 'include/curl')
-rw-r--r--include/curl/curl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 20dd250e8..639810a85 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -1686,6 +1686,9 @@ typedef enum {
overrides the URL's host:port (only for the network layer) */
CINIT(CONNECT_TO, STRINGPOINT, 243),
+ /* Set TCP Fast Open */
+ CINIT(TCP_FASTOPEN, LONG, 244),
+
CURLOPT_LASTENTRY /* the last unused */
} CURLoption;