aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-12-21 09:53:05 +0100
committerDaniel Stenberg <daniel@haxx.se>2011-12-21 09:54:29 +0100
commit1dd654644ae8f444d8a73c009e15ba0c28e859ca (patch)
treec54c194ec2603a406d3db37a466705d63ecfa984 /docs/TODO
parentba238e3a1830c1cd9d162b4a32503ea28d5191d0 (diff)
TODO: 1.7 Happy Eyeball dual stack connect
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 32f097d88..aa3268445 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -17,6 +17,7 @@
1.4 signal-based resolver timeouts
1.5 get rid of PATH_MAX
1.6 progress callback without doubles
+ 1.7 Happy Eyeball dual stack connect
2. libcurl - multi interface
2.1 More non-blocking
@@ -147,6 +148,19 @@
have both co-exist for a forseeable time until we can remove the double-using
one.
+1.7 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/draft-ietf-v6ops-happy-eyeballs-07
+
+
2. libcurl - multi interface
2.1 More non-blocking