quic-interop / quic-network-simulator

ns3-based network simulator for QUIC testing
Other
145 stars 44 forks source link

Add asymmetric-p2p scenario #99

Open sedrubal opened 2 years ago

sedrubal commented 2 years ago

Currently I'm using quic-interop-runner and quic-network-simulator for running some emulated satellite measurements. Therefore I needed the possibility to emulate asymmetric connections. I added a scenario called asymmetric-p2p that supports setting two data rates, queue sizes and also drop rates.

For example the asymmetric scenario may be used to test if the implementations can handle very low data rates in the return channel compared to the forward channel, which may highly limit the ACK throughput.