mirror of
https://github.com/curl/curl.git
synced 2026-07-23 18:07:16 +03:00
url: add CURLOPT_TCP_FASTOPEN option
This commit is contained in:
parent
a542536cf6
commit
dc68f2dab9
6 changed files with 66 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue