mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Update README.md
This commit is contained in:
parent
bfb2211df1
commit
74d8ce3999
12
README.md
12
README.md
@ -1,5 +1,5 @@
|
|||||||
# LibreQoS
|
# LibreQoS
|
||||||
A simple way to shape hundreds of clients and reduce bufferbloat using cake or fq_codel. This is alpha software, please do not deploy in production.
|
A simple way to shape hundreds of clients and reduce bufferbloat using fq_codel or CAKE. This is alpha software, please do not deploy in production.
|
||||||
|
|
||||||
## Lab Requirements
|
## Lab Requirements
|
||||||
* Edge and Core routers with MTU 1500 on links between them
|
* Edge and Core routers with MTU 1500 on links between them
|
||||||
@ -14,13 +14,7 @@ A simple way to shape hundreds of clients and reduce bufferbloat using cake or f
|
|||||||
* 8GB RAM or more recommended
|
* 8GB RAM or more recommended
|
||||||
* Python 3
|
* Python 3
|
||||||
* Recent Linux kernel
|
* Recent Linux kernel
|
||||||
* tc (available via package iproute2)
|
* tc (usually pre-installed)
|
||||||
* Cake
|
|
||||||
|
|
||||||
git clone https://github.com/dtaht/sch_cake.git
|
|
||||||
|
|
||||||
cd sch_cake
|
|
||||||
make; sudo make install
|
|
||||||
|
|
||||||
## Server Spec Recommendations
|
## Server Spec Recommendations
|
||||||
* For up to 1Gbps
|
* For up to 1Gbps
|
||||||
@ -42,8 +36,8 @@ https://www.cpubenchmark.net/high_end_cpus.html
|
|||||||
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* Cake (Common Applications Kept Enhanced)
|
|
||||||
* fq_codel
|
* fq_codel
|
||||||
|
* Cake (Common Applications Kept Enhanced) [Experimental]
|
||||||
* HTB (Hierarchy Token Bucket)
|
* HTB (Hierarchy Token Bucket)
|
||||||
* tc filters divided into groups with hashing filters to significantly increase efficiency
|
* tc filters divided into groups with hashing filters to significantly increase efficiency
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user