Skip to main content

Module transport

Module transport 

Source

Structs§

FailoverPolicy
Thresholds for failover and retry behavior.
ModeSwitchSignal
Signal emitted to clients when transport mode changes.
RouteOutcome
Result of a single routing operation.
TransportManager
Keeps track of transport mode per peer and routes packets across the best available path.
TransportPacket
Packet that needs to be routed to a peer.

Enums§

ModeSwitchReason
Why a mode change was initiated.
TransportError
Errors that can occur while routing.
TransportMode
Active transport path for a peer.
TransportRoute
How the packet was ultimately routed.

Traits§

TransportDispatcher
Trait that abstracts the actual transport sinks.