Expand description
Client-First Transport Session
PhantomSession provides instant connection establishment with
automatic send queuing during handshake. This is the transport-level
API that sits below MLS and above the raw UDP/TCP transport.
Re-exports§
pub use crate::transport::session_transport::FramePhase;pub use crate::transport::session_transport::SessionTransport;
Structs§
- Phantom
Session - Client-first session — instant
connect(), non-blockingsend(). - Resumption
Hint - 0-RTT resumption material extracted from a completed session.
Enums§
- Connection
State - Connection state for
PhantomSession. - Session
Command - Commands for the background session task
Functions§
- connect_
pinned - connect_
pinned_ with_ resumption - Connect to a pinned server with a 0-RTT resumption attempt — the
resumption-aware analogue of
connect_pinned.