thiezn / iperf3-python

Python wrapper around iperf3
https://iperf3-python.readthedocs.org/
MIT License
111 stars 51 forks source link

Added congestion control support #73

Open bpilosov opened 1 year ago

bpilosov commented 1 year ago

Added support for iperf_get_test_congestion_control and iperf_set_test_congestion_control calls, based primarily off of https://github.com/puchol/iperf3-python support for bidirectional tests.