Happy Eyeballs


Happy Eyeballs is an algorithm published by the IETF that makes dual-stack applications more responsive to users by attempting to connect using both IPv4 and IPv6 at the same time, thus minimizing IPv6 brokenness and DNS whitelisting experienced by users that have imperfect IPv6 connections or setups. The name "happy eyeballs" derives from the term "eyeball" to describe endpoints which represent human Internet end-users, as opposed to servers.
Happy Eyeballs is designed to address the problem that many IPv6 networks are unreachable from parts of the Internet, and applications that try to reach those networks appear unresponsive, which frustrates users. Happy Eyeballs solves this problem by determining which transport would be better used for a particular connection by trying them both in parallel. An application that uses a Happy Eyeballs algorithm checks both IPv4 and IPv6 connectivity and uses the first connection that connects successfully.
Implementations of Happy Eyeballs stacks exist in Google Chrome 11, Opera 12.10, Firefox 7, OS X Lion, iOS 5, cURL 7.34.0 and OpenBSD.
Happy Eyeballs testing was part of World IPv6 Day in 2011. Version 1 was formally published in April 2012 as. Version 2 was published as in December 2017, replacing version 1.
The Happy Eyeballs algorithm may be extended for choosing between types of transport protocols as well, such as TCP and SCTP, but development is still in an experimental phase. A 2016-2017 proposal for this feature was abandoned. However, Happy Eyeballs version 3 includes the use of SVCB and HTTPS records from DNS, which entails a form of transport protocol selection in the form of different versions of HTTP.