I'm running the provided examples to test how congestion control algorithms affect QUIC's behaviour.
However, when running the provided example for quic-variants-comparison or bulksend, the resulting clientQUIC-cwnd-change file only contains values for times up to 6.15985 seconds, despite the simulation running for up to 180 seconds.
The corresponding serverQUIC-cwnd-change, serverQUIC-rtt and serverQUIC-rwnd files are empty.
I'm running the provided examples to test how congestion control algorithms affect QUIC's behaviour.
However, when running the provided example for quic-variants-comparison or bulksend, the resulting
clientQUIC-cwnd-change
file only contains values for times up to 6.15985 seconds, despite the simulation running for up to 180 seconds.The corresponding
serverQUIC-cwnd-change
,serverQUIC-rtt
andserverQUIC-rwnd
files are empty.Please advise :) Any help highly appreciated.