pub const MIN_PACKET_SIZE: usize = _; // 29usize
Expand description

The minimum size of a Cyphal/UDP packet

This is also the minimum MTU. It includes the Cyphal/UDP header, 1 byte of data, and the transfer CRC.