]> granicus.if.org Git - curl/commitdiff
TODO: TCP Fast Open for windows
authorDaniel Stenberg <daniel@haxx.se>
Wed, 5 Oct 2016 09:50:50 +0000 (11:50 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 5 Oct 2016 09:50:50 +0000 (11:50 +0200)
docs/TODO

index 170e292a5600b97bbaf500e2ddd09bdbe2eadd5f..1695d559c3d297d3c881c330f21365d67aa39cf3 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -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
  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