rbruenig / qperf

qperf is a performance measurement tool for QUIC similar to iperf
GNU General Public License v3.0
49 stars 8 forks source link

Add congestion control and iw options #8

Closed kosekmi closed 4 years ago

kosekmi commented 4 years ago

Quicly recently introduced cubic as alternative to reno congestion control algorithm. Additionally, the callback handler to change the cca on a per-connection basis can be used to overwrite the default initial congestion window of 10 * max_udp_payload_size. This PR exposes the congestion control via --cc, and the initial window via --iw.