Re-exportsΒ§
pub use inbound::BorrowedPayload;
pub use inbound::InboundOpaqueMessage;
pub use inbound::InboundPlainMessage;
pub use outbound::OutboundChunks;
pub use outbound::OutboundOpaqueMessage;
pub use outbound::OutboundPlainMessage;
pub use outbound::PrefixedPayload;
ModulesΒ§
StructsΒ§
- Message
- A message with decoded payload
- Plain
Message - A decrypted TLS frame
EnumsΒ§
ConstantsΒ§
- HEADER_
SIZE π - Content type, version and size.
- MAX_
PAYLOAD π - Maximum message payload size. Thatβs 2^14 payload bytes and a 2KB allowance for ciphertext overheads.
- MAX_
WIRE_ πSIZE - Maximum on-the-wire message size.