package dns-forward

  1. Overview
  2. Docs
module Make (Flow : Flow.Client with type address = Ipaddr.t * int) (Framing : Framing.S with type flow = Flow.flow) (Time : Mirage_time_lwt.S) : S

Construct an RPC client given a Flow which sends one message per fresh connection over the flow.