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.5.tbz
sha256=58596df95f623d79feef051ef9a31243da03bfc544d0fe0e6426ed16cac672fe
sha512=77fcfdae997a3f710fe56bc5ba8e2f5f4535405246c66463f118de804931f40be0d0a2ed498c5a9d5c6bf0d364295f9b062dd08cc561f8f4a279fc63214490b5

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 Lwt and Lwt_unix for side effects.

Published: 13 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

Dev Dependencies

None

Conflicts

None