package dns

  1. Overview
  2. Docs

Nsec

Authenticated denial of existence resource record, used by DNSSec.

type t = {
  1. next_domain : [ `raw ] Domain_name.t;
  2. types : Bit_map.t;
}

The type of Nsec.

val pp : t Fmt.t

pp ppf t pretty-prints the Nsec.

val compare : t -> t -> int

compare a b compares the Nsec a with b.