Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-29 | arrange loadbalancing, high availability, qos | rebortg | |
2020-10-23 | qos: warning about possible IFB error | currite | |
2020-10-06 | qos: fix fq-codel example | currite | |
2020-09-15 | qos: improve hint on choosing policy | currite | |
2020-08-05 | Merge pull request #302 from currite/qos-examples | Christian Poessinger | |
qos: fix and complete examples | |||
2020-08-05 | qos: fix and complete examples | currite | |
2020-08-05 | qos: fix shaper burst definition | currite | |
Shaper definition does not correspond to HTB cburst but to HTB burst. | |||
2020-08-04 | Merge pull request #299 from currite/voip-ceiling | Christian Poessinger | |
qos: advice on voip and ceiling | |||
2020-08-04 | qos: advice on voip and ceiling | currite | |
2020-08-04 | qos: move ingress shaping to the end of the article | currite | |
Ingress Shaping is an exceptional case, it should be shown after it is explained how the standard procedure works. | |||
2020-08-03 | Revert "Correct small typos; add matching examples" | currite | |
2020-07-20 | Correct small typos; add matching examples | Matt W | |
Correct typos (etherhet -> ethernet) and add examples of matching on service/protocol in shaper example. | |||
2020-07-02 | Merge pull request #277 from currite/qos-tune-01 | Daniil Baturin | |
qos: tuning several little details | |||
2020-07-02 | qos: tuning several little details | currite | |
2020-06-30 | Build: fixed several build errors | rebortg | |
2020-06-16 | qos: complete rewrite | currite | |
Missing HFSC, still working on it. | |||
2020-06-16 | second temporary commit of tc-rewrite | currite | |
2020-06-16 | temporary partial commit on tc rewrite | currite | |
2020-06-10 | qos: fix priorities on example | currite | |
2020-05-07 | qos: correct how priority values work for shaper. | currite | |
It is only a small urgent fix. The whole section will be replaced soon. | |||
2019-12-10 | QoS: correct redirect link | Robert Göhler | |
2019-11-28 | Refactor "code-block:: console" to "code-block:: none" | Christian Poessinger | |
2019-11-28 | docs: remove all trailing whitespaces | Christian Poessinger | |
Done via: $ find . -name "*.rst" | xargs sed -i 's/[ \t]*$//' | |||
2019-11-27 | Refactor "code-block:: sh" to "code-block:: console" | Christian Poessinger | |
This will add proper new-lines into the rendered PDF. Before if it has been a long line, not all content was preserved in the PDF. | |||
2019-11-17 | Replace all RFC links with proper :rfc: syntax | Christian Poessinger | |
2019-09-30 | Fix typos in pages | Ramax Lo | |
2019-06-17 | edit traffic policy on ifb interface | xPakrikx | |
"QoS policy inbound is type shaper and is only valid for out" redirected incoming traffic from physical port eth0 to interface ifb0 is represented as outbound traffic from ifb0 interface. | |||
2019-02-25 | Update qos.rst; add general example | Matt W | |
Add a general real-world (home-use perhaps) example of QoS with traffic prioritization by matched class. | |||
2018-10-07 | Reformat TOC and overall document style | Christian Poessinger | |