source:
freewrt/target/linux/generic-2.4/patches/213-htb_disable_hysteresis.patch@
a3abab6
| Last change on this file since a3abab6 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 721 bytes | |
-
net/sched/sch_htb.c
old new 74 74 #define HTB_EWMAC 2 /* rate average over HTB_EWMAC*HTB_HSIZE sec */ 75 75 #define HTB_DEBUG 1 /* compile debugging support (activated by tc tool) */ 76 76 #define HTB_RATECM 1 /* whether to use rate computer */ 77 #define HTB_HYSTERESIS 1/* whether to use mode hysteresis for speedup */77 #define HTB_HYSTERESIS 0/* whether to use mode hysteresis for speedup */ 78 78 #define HTB_QLOCK(S) spin_lock_bh(&(S)->dev->queue_lock) 79 79 #define HTB_QUNLOCK(S) spin_unlock_bh(&(S)->dev->queue_lock) 80 80 #define HTB_VER 0x30011 /* major must be matched with number suplied by TC as version */
Note:
See TracBrowser
for help on using the repository browser.
