url: add CURLOPT_TCP_FASTOPEN option

This commit is contained in:
Alessandro Ghedini 2016-02-16 12:21:03 +00:00 committed by Daniel Stenberg
parent a542536cf6
commit dc68f2dab9
6 changed files with 66 additions and 0 deletions

View file

@ -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;