Skip to content

Commit

Permalink
TODO: TCP Fast Open
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Nov 23, 2015
1 parent 06b288a commit 98acebb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 98acebb

Please sign in to comment.