package happy-eyeballs
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Connecting to a remote host via IP version 4 or 6
Install
dune-project
Dependency
Authors
Maintainers
Sources
happy-eyeballs-2.0.2.tbz
sha256=0bdc8b280f05b5c8a295982382f097d4cb713ff055f693cfd7fe64a8de6ddd8c
sha512=0593a508520ba47b35270ba35f269fecb002a7136a968d485e57aa78af51e4976ea4351df4d6b72da674427c7ba055942c9e02c60ce9beedacf7c1da239dd972
doc/README.html
happy eyeballs -- connecting to a remote host
RFC 8305 describes how to connect to a remote host, given that the host may have multiple addresses (IPv4 and IPv6, via DNS A and AAAA resource records), and the local host may have connectivity via IPv4 only, IPv6 only, or both. The preference is to use IPv6.
This package implements the given RFC in its core (Happy_eyeballs module). In addition, the Happy_eyeballs_lwt is a Lwt implementation using Unix.
The implemented state machine is kept in-sync with the code (source: happy_eyeballs.dot at the root of this repository).
It is licensed under the ISC license.
Installation
opam install happy-eyeballs happy-eyeballs-lwt happy-eyeballs-mirage
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page