package packet

  1. Overview
  2. Docs
type t = {
  1. typ : int8;
  2. addr : nwAddr;
  3. sources : nwAddr list;
}