pub const MAX_FRAGMENT_LENGTH: u16 = 16_384;
TLS maximum fragment length, equivalent to 2^14 bytes (16_384 bytes)
16_384