diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-10-05 11:50:50 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-10-05 11:50:50 +0200 |
commit | 2a3bca9aa03e3a5a129e268a53eb11f33172d697 (patch) | |
tree | db1adf5da79fb513676bf4cab625cf587f7e442b /docs/TODO | |
parent | 6bf909d5ce7df84f16350f507af2c8e902ecf012 (diff) |
TODO: TCP Fast Open for windows
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -37,6 +37,7 @@ 1.20 SRV and URI DNS records 1.21 API for URL parsing/splitting 1.23 Offer API to flush the connection pool + 1.24 TCP Fast Open for windows 2. libcurl - multi interface 2.1 More non-blocking @@ -365,6 +366,12 @@ An API could allow a forced flush or just a forced loop that would properly close all connections that have been closed by the server already. +1.24 TCP Fast Open for windows + + libcurl supports the CURLOPT_TCP_FASTOPEN option since 7.49.0 for Linux and + Mac OS. Windows supports TCP Fast Open starting with Windows 10, version 1607 + and we should add support for it. + 2. libcurl - multi interface |