more patches
[linux-2.6.git] / linux-2.6-680-htb-hysteresis-tso.patch
1 diff --git a/net/sched/sch_htb.c b/net/sched/sch_htb.c
2 index 85acab9..2de93ee 100644
3 --- a/net/sched/sch_htb.c
4 +++ b/net/sched/sch_htb.c
5 @@ -52,7 +52,7 @@
6      one less than their parent.
7  */
8  
9 -static int htb_hysteresis __read_mostly = 0; /* whether to use mode hysteresis for speedup */
10 +static int htb_hysteresis __read_mostly = 1; /* whether to use mode hysteresis for speedup */
11  #define HTB_VER 0x30011                /* major must be matched with number suplied by TC as version */
12  
13  #if HTB_VER >> 16 != TC_HTB_PROTOVER