package dns

  1. Overview
  2. Docs
val default_ns : Ipaddr.V4.t
val default_port : int
module type S = sig ... end
type static_dns = {
  1. names : (string, Ipaddr.t) Hashtbl.t;
  2. rev : (Ipaddr.V4.t, string) Hashtbl.t;
}
module Static : S with type stack = static_dns
module Make (Time : V1_LWT.TIME) (S : V1_LWT.STACKV4) : S with type stack = S.t