summaryrefslogtreecommitdiff
path: root/accel-pppd/accel-ppp.conf
diff options
context:
space:
mode:
authorKozlov Dmitry <xeb@mail.ru>2012-01-22 21:58:33 +0400
committerKozlov Dmitry <xeb@mail.ru>2012-01-22 22:09:10 +0400
commitbdf5bd00fa21707a7f09c95e76106682355f0927 (patch)
tree0f72ae54b6fa21d3f546abde7573d85b4044f025 /accel-pppd/accel-ppp.conf
parentf7b2ca85f9cda5d542aa0fe638926682ae86ddf4 (diff)
downloadaccel-ppp-xebd-bdf5bd00fa21707a7f09c95e76106682355f0927.tar.gz
accel-ppp-xebd-bdf5bd00fa21707a7f09c95e76106682355f0927.zip
implemented advanced shaper
Diffstat (limited to 'accel-pppd/accel-ppp.conf')
-rw-r--r--accel-pppd/accel-ppp.conf19
1 files changed, 17 insertions, 2 deletions
diff --git a/accel-pppd/accel-ppp.conf b/accel-pppd/accel-ppp.conf
index b65f41b..c59b205 100644
--- a/accel-pppd/accel-ppp.conf
+++ b/accel-pppd/accel-ppp.conf
@@ -19,7 +19,8 @@ ippool
sigchld
pppd_compat
-#shaper_tbf
+#shaper
+#shaper_tbf (obsolete)
#chap-secrets
#net-snmp
#logwtmp
@@ -142,7 +143,21 @@ verbose=1
gw-ip-address=192.168.100.1
#chap-secrets=/etc/ppp/chap-secrets
-[tbf]
+[shaper]
+#attr=Filter-Id
+#down-burst-factor=0.1
+#up-burst-factor=1.0
+#latency=50
+#mpu=0
+#r2q=10
+#quantum=1500
+#ifb=ifb0
+up-limiter=police
+down-limiter=tbf
+verbose=1
+
+#tbf is obsolete, use shaper module
+#[tbf]
#attr=Filter-Id
#down-burst-factor=0.1
#up-burst-factor=1.0