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-v0.0.2.tbz
sha256=c58e83c6d62393797d751cf17f833c310df7970cefe404d8d935b209fc5f0ea8
sha512=68f00d9f9f1fa23468f7d32e71ddf0bc6b1ddcad12a0e08259a1ee5e58d9d0889fa71ec08f531e4eab172dd40cb4efdd2f7f5dd96333abf010ed140f92737c2f

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: 07 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 (8)

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

Dev Dependencies

None

Used by (3)

  1. happy-eyeballs-lwt = "0.0.2"
  2. happy-eyeballs-mirage = "0.0.2"
  3. miou < "0.1.0"

Conflicts

None