pub const MAX_MESSAGE_SIZE: usize = 1048576;
The maximum size of a single message. Note that a lower limit may apply to messages sent as datagrams, based on the connection MTU and QUIC’s overhead.