logo
pub const DEFAULT_MAX_PACKET_SIZE: usize = 16 * 1024; // 16_384usize
Expand description

The default maximum size for a varint length-delimited packet.