Update README.md

This commit is contained in:
rchac 2021-01-14 00:09:58 -07:00 committed by GitHub
parent 34ea52b3bd
commit 0c88d33190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ The impact of fq_codel on a 3000Mbps connection — a 30x latency reduction.
* VM running LibreQoS with 1000 client rules uses just 250MB RAM on average
* Simple client management through csv file
* Simple statistics - table shows top 20 subscribers by packet loss, with APs listed
![Stats](docs/stats.png?raw=true "Stats")
## Limitations
* Linux tc hash tables can only handle ~4000 rules each. This limits total possible clients to 2000 single-protocol clients (IPv4 only / IPv6 only) or 1000 dual stack clients. Eventually we will rework the code to allow for more clients by linking more hash tables.
## Requirements