pub const TP_UDP_MAX_SEGMENT_LEN_ALIGNED: usize = 1392;
Expand description

Maximum allowed TP aligned segment length.

All packets except for the last packet (where the “more segments” flag is set to 0) are required to have a len of multiple of 16 bytes.