summaryrefslogtreecommitdiff
path: root/accel-pppd/accel-ppp.conf.5
diff options
context:
space:
mode:
authorDmitry Kozlov <xeb@mail.ru>2013-08-15 23:00:04 +0400
committerDmitry Kozlov <xeb@mail.ru>2013-08-15 23:00:04 +0400
commit5bcadd662df06abc26de7a7259ecf33994d2ee05 (patch)
tree85d36cca34c42da30079e49ae1bbd0bba0112a91 /accel-pppd/accel-ppp.conf.5
parent1289f64ef117e7fd2986bd42766e8a173bf06c6d (diff)
downloadaccel-ppp-5bcadd662df06abc26de7a7259ecf33994d2ee05.tar.gz
accel-ppp-5bcadd662df06abc26de7a7259ecf33994d2ee05.zip
shaper: implemented 'rate-multiplier' option to bring values to kilobits if radius sends in different basis
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r--accel-pppd/accel-ppp.conf.55
1 files changed, 4 insertions, 1 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5
index cb6156ac..607357fd 100644
--- a/accel-pppd/accel-ppp.conf.5
+++ b/accel-pppd/accel-ppp.conf.5
@@ -534,7 +534,7 @@ Specifies whether radius client should include Acct-Delay-Time attribute to acco
Append specified realm to username.
.TP
.BI "acct-on=" 0|1
-Specifies whether radius client should send Account-Request with Acct-Status-Type=Account-On on startup and Acct-Status-Type=Account-Off on shutdown.
+Specifies whether radius client should send Account-Request with Acct-Status-Type=Accounting-On on startup and Acct-Status-Type=Accounting-Off on shutdown.
.SH [log]
.br
Configuration of log and log_file modules.
@@ -754,6 +754,9 @@ Specifies downstream rate limiting method.
.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 ].
+.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.
.SH [cli]
.br
Configuration of the command line interface.