diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2014-09-13 10:49:16 +0400 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2014-09-13 10:49:16 +0400 |
commit | 8e4a659d3830f83216308e5203933af2c4c72a19 (patch) | |
tree | 45d1413d94df3f47672d2027218a908fcdd649ab /accel-pppd/accel-ppp.conf.5 | |
parent | 292439d2e4e7a02a33a621dbb24e0a25490d3ebf (diff) | |
download | accel-ppp-8e4a659d3830f83216308e5203933af2c4c72a19.tar.gz accel-ppp-8e4a659d3830f83216308e5203933af2c4c72a19.zip |
shaper: implemented fq_codel leaf qdisc
Parameters are same as for tc:
[shaper]
leaf-qdisc=fq_codel [ limit PACKETS ] [flows NUMBER ] [ target TIME ] [ interval TIME ] [ quantum BYTES ] [ [no]ecn ]
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index 965116f8..ced42acb 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -856,7 +856,11 @@ Specifies downstream rate limiting method. .TP .BI "leaf-qdisc=" "qdisc parameters" In case if htb is used as up-limiter or down-limiter specified leaf qdisc can be attached automaticaly. -At present only sfq qdisc is implemented. Parameters are same as for tc: [ limit NUMBER ] [ perturn SECS ] [ quantum BYTES ]. +At present sfq and fq_codel qdiscs are implemented. Parameters are same as for tc: +.br +sfq [ limit NUMBER ] [ perturn SECS ] [ quantum BYTES ] +.br +fq_codel [ limit PACKETS ] [flows NUMBER ] [ target TIME ] [ interval TIME ] [quantum BYTES ] [ [no]ecn ] .TP .BI "rate-multiplier=" n Due to accel-ppp operates with rates in kilobit basis if you send rates in different basis then you can use this option to bring your values to kilobits. |