package mimic-happy-eyeballs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
module Make (Stack : Tcpip.Stack.V4V6) (DNS : Dns_client_mirage.S with type Transport.stack = Stack.t) (Happy_eyeballs : Happy_eyeballs_mirage.S with module Transport = DNS.Transport and type dns = DNS.t and type flow = Stack.TCP.flow) : sig ... end

The functor used by the MirageOS to prepare the Mimic.ctx from an already allocated happy_eyeballs resource which is able to allocate a TCP/IP connection from a destination regardless the target chosen by the user.

OCaml

Innovation. Community. Security.