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.3.tbz
sha256=03907738c696f6d941d1406a766d09b4770a8dbedd3a9388775c084754e62421
sha512=682bdab64007784569aa0dc17eaadab7b3e9017f02f28d273df4ccbfea1d7ae6443cb487f7709dee30693038b9236a8da63ee0df880e38979aef66ae27614bc5

README.md.html

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