Structs§
Enums§
Constants§
- The default maximum read buffer size. If the buffer gets this big and a message is still not complete, a
TooLarge
error is triggered. - The initial buffer size allocated before trying to read from IO.
- The maximum number of distinct
Buf
s to hold in a list before requiring a flush. Only affects when the buffer strategy is to queue buffers. - The minimum value that can be set to max buffer size.
Traits§
- MemRead 🔒