Constant de_net::MAX_DATAGRAM_SIZE

source ·
pub const MAX_DATAGRAM_SIZE: usize = 508;
Expand description

Maximum size of a UDP datagram which might be sent by this crate.

This is the maximum datagram size “guaranteed” to be deliverable over any reasonable network.

https://stackoverflow.com/a/35697810/4448708