Constant socket2::sys::MAX_BUF_LEN
source ยท const MAX_BUF_LEN: usize = _; // 9_223_372_036_854_775_807usize
Expand description
Maximum size of a buffer passed to system call like recv
and send
.
const MAX_BUF_LEN: usize = _; // 9_223_372_036_854_775_807usize
Maximum size of a buffer passed to system call like recv
and send
.