1pub const FRAGMENTATION_LIMIT_BYTES: usize = 400; 2pub const FRAGMENTATION_LIMIT_BITS: u32 = (FRAGMENTATION_LIMIT_BYTES as u32) * 8;