signetlabdei / quic-ns-3

QUIC implementation for ns-3
GNU General Public License v2.0
44 stars 17 forks source link

QUIC-Variants-Comparison CWND measurements #38

Closed g-ampo closed 1 year ago

g-ampo commented 1 year ago

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.

Please advise :) Any help highly appreciated.