Class SSL.Packet
- Description
 SSL Record Layer. Handle formatting and parsing of packets.
- Variable
marginal_size
 protectedintSSL.Packet.marginal_size- Description
 The fragment max size is 2^14 (RFC 5246 6.2.1). Compressed fragments are however allowed to be 1024 bytes over (6.2.2), and Ciphertexts 2048 bytes (6.2.3). State the additional headroom in this variable.
- Method
create
 SSL.Packet SSL.Packet(ProtocolVersionversion,void|intextra)- Parameter 
version The version sent packets will be created for.
- Parameter 
extra Additional fragment size, over the 2^14 bytes for a plaintext TLS fragment.