package happy-eyeballs

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

Install

Dune Dependency

Authors

Maintainers

Sources

happy-eyeballs-0.0.8.tbz
sha256=78dba14c6f7ba7b52d4c284412bd91e18a6bcff1de720fd1f6262e703d5a6ebc
sha512=81ce7886d8a34b613bed27944534be76f03e673f52295914b49e51b45e776517d27fcccc27400c650358aa27846af5620925b4d827bbfdbc73430ca556a08334

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 is the core of the algorithm in value passing style, with a slick dependency cone.

Published: 20 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 (7)

  1. logs
  2. fmt >= "0.8.7"
  3. ipaddr >= "5.2.0"
  4. domain-name >= "0.2.0"
  5. duration
  6. dune >= "2.0.0"
  7. ocaml >= "4.10.0"

Dev Dependencies

None

Used by (4)

  1. dns-client >= "6.0.0" & < "6.0.2"
  2. happy-eyeballs-lwt = "0.0.8"
  3. happy-eyeballs-mirage = "0.0.8"
  4. miou < "0.1.0"

Conflicts

None