pub const DEFAULT_BUFFER_SIZE: usize = KB_4; // 4_096usize
The default buffer size. This constant defines the default size for buffers used in I/O operations, such as reading from a network stream.