diff options
author | Timo Teräs <timo.teras@iki.fi> | 2010-06-01 18:16:54 +0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-06-02 07:28:58 +0000 |
commit | 537214e7bfd9ce56e8f0c418ac0cd628365387b8 (patch) | |
tree | 5e3af39d08db0464e3762f9754d0075d9725226e /main/iproute2-qos/APKBUILD | |
parent | 87db9527d0d0766412a40e344fcb864fc817d183 (diff) | |
download | aports-537214e7bfd9ce56e8f0c418ac0cd628365387b8.tar.bz2 aports-537214e7bfd9ce56e8f0c418ac0cd628365387b8.tar.xz |
main/iproute2-qos: add htb burst and fix privileged class ceiling
The HTB classifier uses a burst parameter to figure how much of
packets can be queued when the class is lending from other classes.
It should be set automatically by tc / kernel, but appears not be
set, so set it explictly. This fixes htb class not getting full
speed if difference of ceil and rate is large.
This also changes Privileged class to get ceil of the total
bandwidth instead of the previous hard limit of guaranteed rate.
While, it is consider good practices for Privileged class to have
hard ceil less than max. speed, it will cause problems links with
asymmetric speeds (e.g. ADSL 24M/1M cannot gain full download
speed if Privileged class is limited this heavily). It might be
a good idea to later have the hard ceiling configurable, but for
now it's better to ceil it to wire speed.
Diffstat (limited to 'main/iproute2-qos/APKBUILD')
-rw-r--r-- | main/iproute2-qos/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/iproute2-qos/APKBUILD b/main/iproute2-qos/APKBUILD index bb0b27a6f3..2d3c3b8f6f 100644 --- a/main/iproute2-qos/APKBUILD +++ b/main/iproute2-qos/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Ilya Strelkin <iilluzion@gmail.com> # Maintainer: Ilya Strelkin <iilluzion@gmail.com> pkgname=iproute2-qos -pkgver=0.3 +pkgver=0.4 pkgrel=0 pkgdesc="Scripts to set up quality of service with iproute2" url="http://git.alpinelinux.org/cgit/aports" |