Skip to main content

Module heartbeat

Module heartbeat 

Source

Re-exports§

pub use iroh_probe::classify_incoming_uni;
pub use iroh_probe::respond_to_ping;
pub use iroh_probe::IrohConnectionProbe;
pub use iroh_probe::IrohProbeRegistry;
pub use iroh_probe::PrefixedRecvStream;
pub use iroh_probe::UniClassification;
pub use transport_heartbeat::HealthTransition;
pub use transport_heartbeat::HeartbeatConfig;
pub use transport_heartbeat::TransportHeartbeat;
pub use iroh_heartbeat::handle_incoming_ping;
pub use iroh_heartbeat::parse_incoming_pong;
pub use iroh_heartbeat::read_heartbeat;
pub use iroh_heartbeat::IrohHeartbeatManager;

Modules§

codec
iroh_heartbeat
Iroh-level per-connection heartbeat.
iroh_probe
Generation-bound Iroh liveness probes shared by native and WASM runtimes.
state_machine
transport_heartbeat