Update README.md

This commit is contained in:
Robert Chacón 2021-07-01 13:58:57 -06:00 committed by GitHub
parent 061b3e4581
commit 2a01d6e590
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,10 +24,9 @@ The impact of fq_codel on a 3000Mbps connection vs hard rate limiting — a 30x
* Dual stack: client can be shaped by same qdisc for both IPv4 and IPv6
* Up to 1000 clients (IPv4/IPv6)
* Up to 4Gbps throughput
* HTB+fq_codel
* HTB+fq_codel or HTB+cake
* Shape Clients by Access Point / Node capacity
* Experimental support for CAKE (Common Applications Kept Enhanced)
* TC filters split into groups through hashing filters to significantly increase throughput
* TC filters split into groups through hashing filters to increase throughput
* Simple client management via csv file
* Simple statistics - table shows top 20 subscribers by packet loss, with APs listed
## Limitations