pub const REGION_MASS: u32 = std::mem::size_of::<Region<RegionData>>() as u32; // 56u32
Expand description

The constant size in bytes of a region, used for calculating bandwidth usage during gossip. All regions require the same number of bytes.