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