https://github.com/rainliu/congestion-responce-experiment
experiment on the performance of bbr
https://github.com/rainliu/congestion-responce-experiment
Last synced: 2 months ago
JSON representation
experiment on the performance of bbr
- Host: GitHub
- URL: https://github.com/rainliu/congestion-responce-experiment
- Owner: rainliu
- Created: 2021-04-21T04:13:31.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T05:51:55.000Z (about 6 years ago)
- Last Synced: 2025-01-25T08:26:56.441Z (4 months ago)
- Size: 20.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# congestion-responce-experiment
A delay constraint BBR algorithm optimized for real time video transmission.
And the wscript under ns3.26, change c++11 flag to c++14
```
# Enable C++-11 support
env.append_value('CXXFLAGS', '-std=c++14')
```
Or else, the libquic will generating some annoying error:‘decay_t’ is not a member of ‘std’.As for the congestion control improvement code under the file delay-bbr, it depends on some third party external library.
And the original repository is in https://github.com/SoonyangZhang/mp-video-simulation/tree/master/ns3/mp-video/model/congestion.