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.0.6.tbz
sha256=0daaea315ed51c237221a31631b0852f0c3ce53d8f7813dbbc20d477075c6404
sha512=ddc5c0723281f4ab770399201a47b3cdb852f7b9b85e759f4959337e8f4160684ac6f049485e80a4eb229e81d7cb239f02557b84807d9a90485ffd3be1cb9422

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: 21 Sep 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 (15)

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

Dev Dependencies

None

Used by

None

Conflicts

None