package packet

  1. Overview
  2. Docs
type t = {
  1. name : string;
  2. typ : int16;
  3. class_ : int16;
  4. ttl : int;
  5. rdata : bytes;
}