Skip to main content

Crate po_session

Crate po_session 

Source
Expand description

Session management for Protocol Orzatty connections.

Re-exports§

pub use framer::Framer;
pub use handshake::perform_handshake_initiator;
pub use handshake::perform_handshake_responder;
pub use message::ProtocolMessage;
pub use state::Session;
pub use state::SessionState;

Modules§

channel
Logical channel multiplexing for PO sessions.
framer
Frame reader/writer for PO connections.
handshake
Cryptographic handshake protocol for PO connections.
message
Protocol messages serialized with bincode.
state
Connection state machine for PO sessions.