mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-09 19:35:34 -06:00
Update README.md
This commit is contained in:
parent
033a4ddf7b
commit
0bf265e4a5
@ -4,6 +4,7 @@ LibreQoS is a python application that allows you to apply fq_codel traffic shapi
|
||||
## How does fq_codel work?
|
||||
fq-codel distinguishes interactive flows of traffic (web browsing, audio streaming, VoIP, gaming) from bulk traffic (video streaming, software updates). Interactive flows are prioritized to optimize their performance, while bulk traffic gets steady throughput.
|
||||
<img src="docs/fq_codel.png" width="500">
|
||||
|
||||
The impact of fq_codel on a DSL connection — a 100x latency reduction.
|
||||
>“FQ_Codel provides great isolation... if you've got low-rate videoconferencing and low rate web traffic they never get dropped. A lot of issues with IW10 go away, because all the other traffic sees is the front of the queue. You don't know how big its window is, but you don't care because you are not affected by it. FQ_Codel increases utilization across your entire networking fabric, especially for bidirectional traffic... If we're sticking code into boxes to deploy codel, don't do that. Deploy fq_codel. It's just an across the board win.”
|
||||
> - Van Jacobson | IETF 84 Talk
|
||||
|
Loading…
Reference in New Issue
Block a user