aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-10-27 11:34:09 +0100
committerDaniel Stenberg <daniel@haxx.se>2013-10-27 11:34:09 +0100
commit1709e5e9667dc6e4d093eab881dc84907dd4eb37 (patch)
treef364136627fa8410f3bbfdd8695a575127b1bd4b /docs/TODO
parent7d7df831981feebdbfeb21c12d6c068312a6e4b6 (diff)
TODO: remove "Happy Eyeball dual stack connect"
... as it was just merged in commit 7d7df
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO17
1 files changed, 2 insertions, 15 deletions
diff --git a/docs/TODO b/docs/TODO
index 8b133dc16..374519814 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -16,8 +16,7 @@
1.3 struct lifreq
1.4 signal-based resolver timeouts
1.5 get rid of PATH_MAX
- 1.6 Happy Eyeball dual stack connect
- 1.7 Modified buffer size approach
+ 1.6 Modified buffer size approach
2. libcurl - multi interface
2.1 More non-blocking
@@ -157,19 +156,7 @@
we need libssh2 to properly tell us when we pass in a too small buffer and
its current API (as of libssh2 1.2.7) doesn't.
-1.6 Happy Eyeball dual stack connect
-
- In order to make alternative technologies not suffer when transitioning, like
- when introducing IPv6 as an alternative to IPv4 and there are more than one
- option existing simultaneously there are reasons to reconsider internal
- choices.
-
- To make libcurl do blazing fast IPv6 in a dual-stack configuration, this needs
- to be addressed:
-
- http://tools.ietf.org/html/rfc6555
-
-1.7 Modified buffer size approach
+1.6 Modified buffer size approach
Current libcurl allocates a fixed 16K size buffer for download and an
additional 16K for upload. They are always unconditionally part of the easy