]> granicus.if.org Git - curl/commitdiff
TODO: TCP Fast Open
authorDaniel Stenberg <daniel@haxx.se>
Mon, 23 Nov 2015 09:58:12 +0000 (10:58 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 23 Nov 2015 09:58:12 +0000 (10:58 +0100)
docs/TODO

index ee8d00d10c126dd7c574977519a42a599cd79230..d67595bd3bc0c5c2492d90d1eabb2033b2cc5539 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -30,6 +30,7 @@
  1.12 have form functions use CURL handle argument
  1.13 Add CURLOPT_MAIL_CLIENT option
  1.14 Typesafe curl_easy_setopt()
+ 1.15 TCP Fast Open
 
  2. libcurl - multi interface
  2.1 More non-blocking
 
   curl_easy_set_cb() - sets a callback PLUS its callback data
 
+1.15 TCP Fast Open
+
+ RFC 7413 defines how to include data already in the TCP SYN handshake to
+ reduce latency.
+
+
 2. libcurl - multi interface
 
 2.1 More non-blocking