diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-11-23 10:58:12 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-11-23 10:58:12 +0100 |
commit | 98acebb5261eb3b272dd74145081f729d032d691 (patch) | |
tree | 1b06a5897941ca45ce8a3a08dd310b3be38f6151 /docs/TODO | |
parent | 06b288a72d8db4814bf9eb98eba9be0ea6971a76 (diff) |
TODO: TCP Fast Open
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 @@ -277,6 +278,12 @@ 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 |