2020-10-02 10:44:48 -05:00
|
|
|
# LibreQoS
|
2020-10-02 10:50:25 -05:00
|
|
|
A simple way to shape hundreds of clients and reduce bufferbloat using cake or fq_codel.
|
2020-10-02 10:44:48 -05:00
|
|
|
## Requirements
|
|
|
|
* Recent Linux kernel
|
|
|
|
* tc (available via package iproute2)
|
|
|
|
* Cake
|
|
|
|
|
|
|
|
git clone https://github.com/dtaht/sch_cake.git
|
|
|
|
|
|
|
|
cd sch_cake
|
|
|
|
make; sudo make install
|
|
|
|
|
|
|
|
## Features
|
2020-10-02 10:47:56 -05:00
|
|
|
* Cake
|
|
|
|
* fq_codel
|
|
|
|
* tc filters divided into hash tables to significantly increase efficiency
|
2020-10-02 10:44:48 -05:00
|
|
|
|
|
|
|
## Server requirements
|
|
|
|
* 8GB RAM or more recommended
|
|
|
|
|
|
|
|
## License
|
|
|
|
Copyright (C) 2020 Robert Chacon
|
|
|
|
|
|
|
|
LibreQoS is free software: you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation, either version 2 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
2020-10-02 10:48:37 -05:00
|
|
|
LibreQoS is distributed in the hope that it will be useful,
|
2020-10-02 10:44:48 -05:00
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with LibreQoS. If not, see <http://www.gnu.org/licenses/>.
|