Expand description
Traffic shaping beyond latency simulation
This module provides advanced traffic shaping capabilities including:
- Bandwidth throttling using token bucket algorithm
- Burst packet loss simulation
- Integration with existing latency and fault injection
Structsยง
- Bandwidth
Config - Bandwidth throttling configuration
- Bandwidth
Stats - Bandwidth usage statistics
- Burst
Loss Config - Burst loss configuration for simulating intermittent connectivity issues
- Burst
Loss Override - Burst
Loss Stats - Burst loss state statistics
- Traffic
Shaper - Main traffic shaper combining bandwidth throttling and burst loss
- Traffic
Shaping Config - Traffic shaping configuration combining all features