Udp_packet
type t = {
src_port : Cstruct.uint16;
dst_port : Cstruct.uint16;
}
val pp : Stdlib.Format.formatter -> t -> unit
val equal : t -> t -> bool
module Unmarshal : sig ... end
module Marshal : sig ... end