Skip to main content

MAX_RECORD_SIZE

Constant MAX_RECORD_SIZE 

Source
pub const MAX_RECORD_SIZE: usize = 16662;
Expand description

Maximum size of a fully framed TLS record (5-byte header + payload + padding + tag). 5 + 16384 + 1 + 256 + 16 = 16662.