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§
- Connection
Common - Interface shared by client and server connections.
- Connection
Core 🔒 - Connection
Randoms 🔒 - Inbound
Unborrowed 🔒Message - An InboundPlainMessage which does not borrow its payload, but references a range that can later be borrowed.
- Unbuffered
Connection Common - 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§
- Side
Data - Data specific to the peer’s side (client or server).