package happy-eyeballs-lwt

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

Install

Dune Dependency

Authors

Maintainers

Sources

happy-eyeballs-v0.0.1.tbz
sha256=19bc0560df82f912c7a477b14d8c81f90bab8525ee67a8a96f5a40e3e25570a7
sha512=28a98bbe62fce1eddfbf97286ddb6f7bc2c7f44894cf347a79998537bcb251adcd298e0599cf2f1dd9ea14b382578cfc2bfe33bbcabbf331cca4dcbbb21dcf36

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 pin add happy-eyeballs https://github.com/roburio/happy-eyeballs.git opam pin add happy-eyeballs-lwt https://github.com/roburio/happy-eyeballs.git

OCaml

Innovation. Community. Security.