LingBo is a congestion control algorithm published in the WWW24 paper titled "Meet challenges of RTT Jitter, A Hybrid Internet Congestion Control Algorithm".
If you would like to test LingBo, please use Pantheon by following these steps:
-
Place
LingBo.pyin thesrc/wrappersdirectory and addlingboto thesrc/config.ymlfile. Modify theLingBo_pathinLingBo.pyto the location where you store the test folder:LingBo_path = 'yourpath/test'
-
The default mahimahi does not support scenarios with variable delay. We recommend installing from the source code at https://github.com/ameya98/mahimahi, as this version supports emulating variable-delay links.
-
We provide some RTT trace files to assist with testing, which can be found in the
rtt_test_tracedirectory. -
You can run the Pantheon-based script to test:
python test_lingbo.py