Constant message_io::adapters::tcp::INPUT_BUFFER_SIZE[][src]

pub const INPUT_BUFFER_SIZE: usize = u16::MAX as usize; // 0x0000_0000_0000_ffffusize
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.