source: freewrt/target/linux/generic-2.4/patches/213-htb_disable_hysteresis.patch@ a3abab6

freewrt_1_0 freewrt_2_0
Last change on this file since a3abab6 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 721 bytes
  • net/sched/sch_htb.c

    old new  
    7474#define HTB_EWMAC 2     /* rate average over HTB_EWMAC*HTB_HSIZE sec */
    7575#define HTB_DEBUG 1     /* compile debugging support (activated by tc tool) */
    7676#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 */
    7878#define HTB_QLOCK(S) spin_lock_bh(&(S)->dev->queue_lock)
    7979#define HTB_QUNLOCK(S) spin_unlock_bh(&(S)->dev->queue_lock)
    8080#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.