Expand description
Adaptive Routing Engine
Dynamically adjusts routing decisions based on observed network conditions. Supports multiple routing policies, multi-path routing, EWMA-based metrics, and periodic route probing/adaptation cycles.
Structs§
- Adaptive
Routing Config - Configuration for the
AdaptiveRoutingEngine. - Adaptive
Routing Engine - An adaptive, multi-path routing engine for IPFRS network nodes.
- Adaptive
Routing Stats - Snapshot of key statistics for the routing engine.
- Route
Entry - A single next-hop route with associated metrics.
- Route
Key - Identifies a source → destination pair for multi-path routing.
Enums§
- Routing
Engine Error - Errors returned by
AdaptiveRoutingEngineoperations. - Routing
Policy - Policy governing how the best next-hop is selected from candidate routes.
Type Aliases§
- AreRoute
Entry - Type alias – a single route entry.
- AreRoute
Key - Type alias – route key (src + dst pair).
- AreRouting
Config - Type alias – engine configuration.
- AreRouting
Policy - Type alias – routing policy selector.
- AreRouting
Stats - Type alias – engine statistics snapshot.