Module conn

Source

Re-exports§

pub use connection::Connection;
pub use connection::Reader;
pub use connection::Writer;

Modules§

connection 🔒
kernel
Kernel connection API.
unbuffered 🔒
Unbuffered connection API

Structs§

ConnectionCommon
Interface shared by client and server connections.
ConnectionCore 🔒
ConnectionRandoms 🔒
InboundUnborrowedMessage 🔒
An InboundPlainMessage which does not borrow its payload, but references a range that can later be borrowed.
UnbufferedConnectionCommon
Interface shared by unbuffered client and server connections.

Constants§

ALLOWED_CONSECUTIVE_EMPTY_FRAGMENTS_MAX 🔒
cf. BoringSSL’s kMaxEmptyRecords https://github.com/google/boringssl/blob/dec5989b793c56ad4dd32173bd2d8595ca78b398/ssl/tls_record.cc#L124-L128

Traits§

SideData
Data specific to the peer’s side (client or server).