pub const IPV4_FRAGMENT_PAYLOAD_ALIGNMENT: usize = 8;Expand description
The payload of every fragment but the last is a multiple of this, in octets. Fragment offsets are counted in units of it. See RFC 791 § 3.1.
pub const IPV4_FRAGMENT_PAYLOAD_ALIGNMENT: usize = 8;The payload of every fragment but the last is a multiple of this, in octets. Fragment offsets are counted in units of it. See RFC 791 § 3.1.