git-mirage.happy-eyeballs
Git_mirage_happy_eyeballs.Make
git-mirage.http
git-mirage.ssh
git-mirage.tcp
module Random : Mirage_random.S
module Time : Mirage_time.S
module Mclock : Mirage_clock.MCLOCK
module Pclock : Mirage_clock.PCLOCK
module Stack : Tcpip.Stack.V4V6
include S with type flow = Stack.TCP.flow
type t
type flow = Stack.TCP.flow
val happy_eyeballs : t Mimic.value
val resolve : t -> string -> int list -> ((Ipaddr.t * int) * flow, [ `Msg of string ]) result Lwt.t
module DNS : sig ... end
val connect : ?happy_eyeballs:Happy_eyeballs.t -> ?dns:DNS.t -> ?timer_interval:int64 -> Stack.t -> Mimic.ctx Lwt.t