]> granicus.if.org Git - curl/commitdiff
TODO: TFO support on Windows
authorDaniel Stenberg <daniel@haxx.se>
Wed, 13 Feb 2019 07:28:28 +0000 (08:28 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 13 Feb 2019 07:28:28 +0000 (08:28 +0100)
Nobody works on this now.

Closes #3378

docs/TODO

index 323bbb771ceaff88b5edd4bf38ca649eefa7bf98..8c69e3fbdb36845f9581bf4451d9d232abe0bec5 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -17,6 +17,7 @@
  All bugs documented in the KNOWN_BUGS document are subject for fixing!
 
  1. libcurl
+ 1.1 TFO support on Windows
  1.2 More data sharing
  1.3 struct lifreq
  1.4 signal-based resolver timeouts
 
 1. libcurl
 
+1.1 TFO support on Windows
+
+ TCP Fast Open is supported on several platforms but not on Windows. Work on
+ this was once started but never finished.
+
+ See https://github.com/curl/curl/pull/3378
+
 1.2 More data sharing
 
  curl_share_* functions already exist and work, and they can be extended to