package happy-eyeballs-miou-unix
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=df8d341bae6a345ed0fbdad8d5efc06cf27bb61a76e40feb7a9f43ec9867fb44
sha512=382866591e0f86e9d1c14a20626ac28f96c9f3ee84e52a48842305a8bc36e9111e1c7634d02b7f2dbdd469fedfd349d4dc2573550584a9b44040ba7542c2cec9
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 Miou for side effects.
Published: 05 Sep 2024
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 (11)
Dev Dependencies
None
Used by (3)
Conflicts
None