Constant INPUT_BUFFER_SIZE

Source
pub const INPUT_BUFFER_SIZE: usize = _; // 65_535usize
Expand description

Size of the internal reading buffer. It implies that at most the generated crate::network::NetEvent::Message will contains a chunk of data of this value.