package dns

  1. Overview
  2. Docs

A DNS header

type t = int * Flags.t

The type of a DNS header, its 16 bit identifier and a flag set.

val compare : t -> t -> int

compare a b compares the header a with b.