Crate bitfold_host

Crate bitfold_host 

Source
Expand description

Host socket and session manager for transport and peer coordination.

Re-exports§

pub use event_types::Action;
pub use event_types::SocketEvent;
pub use session::Session;
pub use session::SessionEventAddress;
pub use session_manager::SessionManager;
pub use socket::Host;

Modules§

event_types
Event and action types (Action, SocketEvent). Event and action types for the runtime layer.
session
Session trait for managing a peer lifecycle.
session_manager
Session manager for handling multiple peer sessions.
socket
High-level socket API wrapping session manager.
throughput
Throughput monitoring utilities.
time
Time utilities for the host.