package happy-eyeballs-miou-unix

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

Install

Dune Dependency

Authors

Maintainers

Sources

happy-eyeballs-2.0.0.tbz
sha256=a4d0135c87dbeb214d675831e9c4d98a4718bb61c3b86e94aa6f884f80fd9d0f
sha512=13dcca220f861ac4535d1256f6ab363a51418ccad2fa0c36cbc879c3acdca3d64eb38cb847bab93d39c0525ad76e2db3f965def6eb2c726ad0388f385393b757

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 Miou for side effects.

Published: 06 Feb 2025

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 (11)

  1. cmdliner >= "1.3.0"
  2. logs >= "0.7.0"
  3. fmt
  4. ipaddr >= "5.6.0"
  5. domain-name
  6. duration
  7. mtime >= "2.0.0"
  8. miou >= "0.2.0"
  9. happy-eyeballs = version
  10. dune >= "2.0.0"
  11. ocaml >= "5.0.0"

Dev Dependencies

None

Conflicts

None

OCaml

Innovation. Community. Security.