package happy-eyeballs-lwt
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=b2554588302931ba85e18861e610a3ada7823496d4d49a195e953556c351d269
sha512=947f78b27b0e16328b2db8e894f4dfeeae5183297d1860bb8ab214dad8a4c1a7243fecd8db538a8f7d9979ca5c8f22a5a21012907258a4ae6b0e975758bb61b3
Description
Happy eyeballs is an implementation of RFC 8305 which specifies how to connect to a remote host using either IP protocol version 4 or IP protocol version 6. This uses Lwt and Lwt_unix for side effects.
Published: 14 May 2025
README
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
Dependencies (12)
Dev Dependencies
None
Used by (6)
-
albatross
>= "1.3.0"
-
dns-client-lwt
>= "8.0.0"
-
git-unix
>= "3.7.0"
- http-lwt-client
- irmin-cli
-
irmin-unix
>= "3.1.0"
Conflicts
None