Git Product home page Git Product logo

openwrt-bbr's Introduction

Compile BBR on lastest Openwrt/LEDE release for kernel >= 4.14.*
中文:https://cosmiccat.net/2018/04/281/
Modified BBR: https://github.com/anshi233/BBR_MOD
Usage:
	Get openwrt latest source code:
	git clone https://git.openwrt.org/openwrt/openwrt.git
	
	enter Openwrt source root
	
	git clone https://github.com/anshi233/Openwrt-BBR.git package/Openwrt-BBR
	
To compile BBR orginal version:	
	make menuconfig
	select Kernel modules --> Network Support ---> kmod-bbr
	make package/Openwrt-BBR/bbr_origin/compile V=99
	
	Enable bbr on your device:
	install kmod-bbr ipk using opkg
	insmod bbr
	echo "bbr" > /etc/modules.d/bbr
	add "net.ipv4.tcp_congestion_control=bbr" to /etc/sysctl.conf
	save and run "sysctl -p"
	done
	
To compile BBR modified version:
	make menuconfig
	select Kernel modules --> Network Support ---> kmod-bbr_mod
	make package/Openwrt-BBR/bbr_mod/compile V=99
	
	Enable bbr on your device:
	install kmod-bbr_mod ipk using opkg
	insmod tcp_bbr_mod
	echo "tcp_bbr_mod" > /etc/modules.d/bbr
	add "net.ipv4.tcp_congestion_control=tcp_bbr_mod" to /etc/sysctl.conf
	save and run "sysctl -p"
	done

openwrt-bbr's People

Contributors

anshi233 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.