diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2013-08-15 23:00:04 +0400 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2013-08-15 23:00:04 +0400 |
commit | 5bcadd662df06abc26de7a7259ecf33994d2ee05 (patch) | |
tree | 85d36cca34c42da30079e49ae1bbd0bba0112a91 /accel-pppd/accel-ppp.conf | |
parent | 1289f64ef117e7fd2986bd42766e8a173bf06c6d (diff) | |
download | accel-ppp-xebd-5bcadd662df06abc26de7a7259ecf33994d2ee05.tar.gz accel-ppp-xebd-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')
-rw-r--r-- | accel-pppd/accel-ppp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/accel-ppp.conf b/accel-pppd/accel-ppp.conf index f8cc66d..ca90ea2 100644 --- a/accel-pppd/accel-ppp.conf +++ b/accel-pppd/accel-ppp.conf @@ -20,7 +20,6 @@ sigchld pppd_compat #shaper -#shaper_tbf (obsolete) #chap-secrets #net-snmp #logwtmp @@ -194,6 +193,7 @@ gw-ip-address=192.168.100.1 up-limiter=police down-limiter=tbf #leaf-qdisc=sfq perturb 10 +#rate-multiplier=1 verbose=1 [cli] |