pub const MAX_PACKET_LEN: u16 = 32768;
Expand description

The maximum usable packet size by turbulence.

It is not useful for an implementation of PacketPool to return packets with larger capacity than this, turbulence may not be able to use the entire packet capacity otherwise.