Skip to main content

C2G_OUT_CAPACITY

Constant C2G_OUT_CAPACITY 

Source
pub const C2G_OUT_CAPACITY: usize = 256;
Expand description

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

ยงExamples

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