summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-02-13 08:28:28 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-02-13 08:28:28 +0100
commita7c228ab8911d0588f49acf83ad21670f0138c00 (patch)
treebd71864db6641f0c3a6816b5af6c9bf64021b9ab
parentbb2444b79435eb00e7727133c0c2c5b5124dacae (diff)
downloadcurl-a7c228ab8911d0588f49acf83ad21670f0138c00.tar.gz
TODO: TFO support on Windows
Nobody works on this now. Closes #3378
-rw-r--r--docs/TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 323bbb771..8c69e3fbd 100644
--- 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
@@ -192,6 +193,13 @@
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