diff options
author | Kozlov Dmitry <dima@server> | 2010-11-07 17:28:17 +0300 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-11-07 17:28:17 +0300 |
commit | 0791b410d7465e2ef70345261d45340e3504381d (patch) | |
tree | d96435c998f5e3258007b7ed74ed87ed2eabd439 /accel-pptpd/accel-pptp.conf | |
parent | 1efd8533f1bc0630b0219b700265916d6f38ab01 (diff) | |
download | accel-ppp-0791b410d7465e2ef70345261d45340e3504381d.tar.gz accel-ppp-0791b410d7465e2ef70345261d45340e3504381d.zip |
shaper: separated burst factor configuration (down-burst-factor, up-burst-factor)
Diffstat (limited to 'accel-pptpd/accel-pptp.conf')
-rw-r--r-- | accel-pptpd/accel-pptp.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accel-pptpd/accel-pptp.conf b/accel-pptpd/accel-pptp.conf index 16a84feb..f6b43aac 100644 --- a/accel-pptpd/accel-pptp.conf +++ b/accel-pptpd/accel-pptp.conf @@ -99,5 +99,6 @@ verbose=1 [tbf] #attr=Filter-Id -#burst_factor=0.1 +#down-burst-factor=0.1 +#up-burst-factor=1.0 #latency=50 |