pub const DEFAULT_MAX_PACKET_SIZE: usize = 16 * 1024; // 0x0000_0000_0000_4000usize
Expand description

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