package packet

  1. Overview
  2. Docs
type t = {
  1. mrt : int8;
  2. chksum : int16;
  3. addr : nwAddr;
}