package dns

  1. Overview
  2. Docs

Parameters

Signature

type t
val of_zonebufs : string list -> t
val of_zonebuf : string -> t
val of_db : Dns.Loader.db -> t
val add_unique_hostname : t -> Dns.Name.t -> ?ttl:int32 -> Ipaddr.V4.t -> unit
val first_probe : t -> unit Lwt.t
val announce : t -> repeat:int -> unit Lwt.t
val process : t -> src:ip_endpoint -> dst:ip_endpoint -> Dns.Buf.t -> unit Lwt.t
val stop_probe : t -> unit Lwt.t
val trie : t -> Dns.Trie.dnstrie
OCaml

Innovation. Community. Security.