Searched refs:INBOUND_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
22 const INBOUND_BUFFER_SIZE: usize = 512; constant253 let mut b = vec![0u8; INBOUND_BUFFER_SIZE]; in start()
42 pub(crate) const INBOUND_BUFFER_SIZE: usize = 8192; constant326 let mut buf = vec![0u8; INBOUND_BUFFER_SIZE]; in new()