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.
pub const INPUT_BUFFER_SIZE: usize = _; // 65_535usize
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.