pub const C2G_IN_CAPACITY: usize = 256;
Maximum in-flight ring messages for the core -> gossip direction.
use dynomite::core::ring_queue::C2G_IN_CAPACITY; assert_eq!(C2G_IN_CAPACITY, 256);