pub const PACKET_SIZE: usize = 12;
Fixed packet size across all packet types, so receivers can use a single recv_from buffer.
recv_from