package happy-eyeballs-mirage
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=5d7f023e6d81db76251273ff06f4f19f0f56e5f17bb697da3c99e4cc79c9b7b1
sha512=8087b53c52ef658846bbfa8f5841d5d5211c73e8b9b9020e856c63e98820749c32c50890f4eb1372a1947890a670d939f3970f90c98c905530f35a996cd63a7a
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 Mirage for side effects.
Published: 16 Mar 2022
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 (14)
-
mirage-time
>= "2.0.0"
-
mirage-random
>= "2.0.0" & < "4.0.0"
-
tcpip
>= "7.0.0"
-
mirage-clock
>= "3.0.0"
- lwt
- logs
- fmt
- ipaddr
- domain-name
-
dns-client
>= "6.2.0" & < "7.0.0"
- duration
-
happy-eyeballs
= version
-
dune
>= "2.0.0"
-
ocaml
>= "4.08.0"
Dev Dependencies
None
Used by (5)
-
conduit-mirage
>= "6.2.3" & < "8.0.0"
-
dns-stub
>= "8.0.0" & < "10.0.0"
-
git-mirage
>= "3.9.0" & < "3.18.0"
-
http-mirage-client
>= "0.0.6" & < "0.0.9"
- sendmail-mirage
Conflicts
None