Implement TCP BBR in ns3.33.
If you used this repo to test BBR and Copa in your research and is interested in citing it here's how you do it:
@Misc{,
author = {SoonyangZhang},
title = {ns3-tcp-bbr},
year = {2021--},
url = "https://github.com/SoonyangZhang/ns3-tcp-bbr"
}
cd ns3.33
./waf configure
./waf build
./waf --run "scratch/tcp-test --cc=bbr --folder=bbr"
Traced data can be found under ns3-tcp-bbr/ns-3.33/traces/
Sending rate got from max bandwidth filter.
Instant rtt values:
Inflight packets:
./waf --run "scratch/tcp-test --cc=copa --folder=copa"
Different latency factor will lead different behavior:
when m_deltaParam=0.05:
Sending rate
Instant rtt values:
when m_deltaParam=0.5:
Sending rate
Instant rtt values: