Constant message_io::adapters::tcp::INPUT_BUFFER_SIZE
source · pub const INPUT_BUFFER_SIZE: usize = _; // 65_535usizeExpand 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.