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