package packet

  1. Overview
  2. Docs
type msg =
  1. | Igmp1and2 of Igmp1and2.t
  2. | Igmp3 of Igmp3.t
  3. | Unparsable of int8 * bytes
type t = {
  1. ver_and_typ : int8;
  2. msg : msg;
}