Constant DEFAULT_MAX_PACKET_SIZE
pub const DEFAULT_MAX_PACKET_SIZE: NonZeroU32;Expand description
Default maximum_packet_size: 16 MiB.
Bounds the memory a single inbound packet can require while staying well above ordinary message sizes. Raise it explicitly for large-payload workloads.