Constant MAX_RECEIVE_BUFFER_SIZE
pub const MAX_RECEIVE_BUFFER_SIZE: usize = 4_096; // 4_096usizeAvailable on crate features
dns and std only.Expand description
Max size for the UDP receive buffer as recommended by RFC6891.