pub const SOMEIP_MAX_PAYLOAD_LEN: u32 = _; // 4_294_967_287u32
Expand description

Maximum payload length supported by some ip. This is NOT the maximum length that is supported when sending packets over UDP. This constant is based on the limitation of the length field data type (uint32).