package dns-forward

  1. Overview
  2. Docs
module type S = sig ... end
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 and a method of Framing messages over the flow.