package happy-eyeballs-mirage

  1. Overview
  2. Docs
Connecting to a remote host via IP version 4 or 6 using Mirage

Install

Dune Dependency

Authors

Maintainers

Sources

happy-eyeballs-v0.1.0.tbz
sha256=40e5baedf227e4eefd581253eae4a374d9735f1cab8408b3aec6cdedfbf1cfe3
sha512=2fcf89b43b1b5030105068866c7a55c9929e617b8bb0dcca3e7754491ccfa0802a729435b3d29645cdb6ff1b7650ce2bea723bd0e9b9ca7e9bc09eed1ac980f4

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: 27 Oct 2021

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.

It is licensed under the ISC license.

Installation:

opam install happy-eyeballs happy-eyeballs-lwt happy-eyeballs-mirage

Dependencies (14)

  1. mirage-time >= "2.0.0"
  2. mirage-random >= "2.0.0" & < "4.0.0"
  3. mirage-stack >= "2.2.0" & < "4.0.0"
  4. mirage-clock >= "3.0.0"
  5. lwt
  6. logs
  7. fmt
  8. ipaddr
  9. domain-name
  10. dns-client >= "6.0.0" & < "7.0.0"
  11. duration
  12. happy-eyeballs = version
  13. dune >= "2.0.0"
  14. ocaml >= "4.08.0"

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.