Skip to main content

C2G_IN_CAPACITY

Constant C2G_IN_CAPACITY 

Source
pub const C2G_IN_CAPACITY: usize = 256;
Expand description

Maximum in-flight ring messages for the core -> gossip direction.

ยงExamples

use dynomite::core::ring_queue::C2G_IN_CAPACITY;
assert_eq!(C2G_IN_CAPACITY, 256);