DEFAULT_RCVBUF_BYTES

Constant DEFAULT_RCVBUF_BYTES 

Source
pub const DEFAULT_RCVBUF_BYTES: usize = _; // 4_194_304usize
Expand description

Default socket receive buffer size used when the caller does not provide a custom value. The number mirrors what many operating systems allow without requiring elevated privileges.