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.py
in thesrc/wrappers
directory and addlingbo
to thesrc/config.yml
file. Modify theLingBo_path
inLingBo.py
to 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_trace
directory. -
You can run the Pantheon-based script to test:
python test_lingbo.py