Ranjit Manomohan wrote: > On 6/19/07, Patrick McHardy wrote: > >> [NET_SCHED]: sch_htb: use generic estimator >> >> Use the generic estimator instead of reimplementing (parts of) it. >> For compatibility always create a default estimator for new classes. >> >> >> + gen_new_estimator(&cl->bstats, &cl->rate_est, >> + &sch->dev->queue_lock, &est.rta); > > > Probably need to change the last parameter to > tca[TCA_RATE-1]?:&est.rta to check if estimator params are specified > at creation time? Good point, thanks for catching this.