quic-interop / quic-network-simulator

ns3-based network simulator for QUIC testing
Other
156 stars 45 forks source link

Add burst parameter to DropRateErrorModel #134

Closed larseggert closed 2 months ago

larseggert commented 3 months ago

This makes it so that the error model doesn't create loss bursts that are longer than the burst parameter. This should prevent idle timeouts when loss bursts are too long. It will however lower the overall loss rate below what is configured, because we're not adjusting the drop rate upward to compensate for breaking loss bursts (by forcing a forward).