Constant DEFAULT_MESSAGE_CHANNEL_CAPACITY
pub const DEFAULT_MESSAGE_CHANNEL_CAPACITY: usize = 256;Expand description
Default capacity of the inbound message channel that feeds the
MessageStream.
pub const DEFAULT_MESSAGE_CHANNEL_CAPACITY: usize = 256;Default capacity of the inbound message channel that feeds the
MessageStream.