yangfurong / BBRv2plus

The code of BBRv2plus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BBRv2+ prototype

We note that this prototype has been tested in Ubuntu 18.04.5. For more detailed info about the testbed, please refer to our paper.

Compile BBRv2 alpha kernel

Compile BBRv2+

make

Install BBRv2+

sudo insmod tcp_bbr2plus.ko

Test BBRv2+

iperf -s -i1
iperf -c 127.0.0.1 -i1 -Z bbr2plus

Change BBRv2+'s design parameters

cd /sys/module/tcp_bbr2plus/parameters

# change the values of files

About

The code of BBRv2plus


Languages

Language:C 99.8%Language:Makefile 0.2%