pub(crate) const DEFAULT_MAX_BUFFER_SIZE: usize = _; // 417_792usize
Expand description

The default maximum read buffer size. If the buffer gets this big and a message is still not complete, a TooLarge error is triggered.