Expand description
Network Quality-of-Service (QoS) Manager.
Classifies traffic into four priority tiers, enforces SLA contracts via latency and throughput checks, and provides both strict-priority and weighted-round-robin scheduling with per-class bandwidth guarantees.
Structs§
- Network
QoSManager - Quality-of-Service manager: priority queuing, SLA enforcement, and bandwidth-share scheduling for the IPFRS network layer.
- QoSConfig
- Configuration for the
NetworkQoSManager. - QoSPacket
- A network packet with QoS metadata, ready for priority queuing.
- QoSStats
- Aggregate QoS statistics across all classes.
- Queue
Metrics - Snapshot of per-class queue statistics.
- SLASpec
- SLA contract for a single traffic class.
- SLAViolation
- A recorded SLA violation event.
Enums§
- Traffic
Class - Four-tier traffic classification for QoS scheduling.