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