pub const MAX_BUF_SIZE: usize = 4294967294; // 4_294_967_294usize
Maximum size of buffer allowed. Note: we assert on this size. Most network servers should set their own limits to something much smaller.