- rename "guarantee" to "bwmin" which is really what it represents: the
authorMark Huang <mlhuang@cs.princeton.edu>
Wed, 1 Mar 2006 16:28:51 +0000 (16:28 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Wed, 1 Mar 2006 16:28:51 +0000 (16:28 +0000)
commit3ff044841d967dc6aebb73e43de445951310044d
tree9deb80bf261f2fe8db81719928383c7acd10372a
parentd00807c4ad78dec0938b0cb802514acc151cf33c
- rename "guarantee" to "bwmin" which is really what it represents: the
  smallest that we can set the HTB "rate" parameter to
- Fix the borrowing model. You need a parent class to make borrowing
  between child classes work. Now what happens makes sense: all slices
  fairly share access to bandwidth in excess of guarantees (minrate) and
  below the various caps (bwcap and bwmax).
python/bwlimit.py