Structsยง
Enumsยง
- ReadStrategy ๐
- WriteStrategy ๐
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. - INIT_BUFFER_SIZE ๐The initial buffer size allocated before trying to read from IO.
- MAX_BUF_LIST_BUFFERS ๐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 ๐
Functionsยง
- incr_power_of_two ๐
- prev_power_of_two ๐