Packet.AnswerA DNS answer, consisting of the answer and authority sections.
type t = Name_rr_map.t * Name_rr_map.tThe type of an answer: answer and authority section, each represented as Domain_name maps with resource record sets.
val empty : tempty is the empty answer.
val is_empty : t -> boolis_empty t is true if t is empty, false otherwise.
val pp : t Fmt.tpp ppf t pretty-prints the answer t on ppf.