package dns

  1. Overview
  2. Docs

A DNS zone transfer.

type t = Soa.t * Name_rr_map.t

The type of a zone transfer: a start of authority record and the complete zone, may include glue records.

val pp : t Fmt.t

pp ppf t pretty-prints the zone transfer t on ppf.

val equal : t -> t -> bool

equal a b is true if the zone transfer a contains the same resource records as b, and the start of authority is equal. Otherwise false.