File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -439,6 +439,17 @@ Opening network connections
439
439
440
440
Added the *happy_eyeballs_delay * and *interleave * parameters.
441
441
442
+ Happy Eyeballs Algorithm: Success with Dual-Stack Hosts.
443
+ When a server's IPv4 path and protocol are working, but the server's
444
+ IPv6 path and protocol are not working, a dual-stack client
445
+ application experiences significant connection delay compared to an
446
+ IPv4-only client. This is undesirable because it causes the dual-
447
+ stack client to have a worse user experience. This document
448
+ specifies requirements for algorithms that reduce this user-visible
449
+ delay and provides an algorithm.
450
+
451
+ For more information: https://tools.ietf.org/html/rfc6555
452
+
442
453
.. versionadded :: 3.7
443
454
444
455
The *ssl_handshake_timeout * parameter.
You can’t perform that action at this time.
0 commit comments