S t i n g r a y napisaE(a): > I want to do traffic shaping as per protocol basis so > if i give a certian bandwith to HTTP protocole , isnt > there any way i can diffrenciate between HTTP webpages > & HTTP downloads of huge .iso files ? > i dont want users who are downloading huge files > effect userrs who are only checking their webmails. > > is there any way ?
Use hfsc. Define upperlimit for queue, set higher initial bandwidth assignment and decrease that after some miliseconds. Something like that: queue http_q hfsc( ecn upperlimit($initial_bw $time_in_ms_d $w_after_time) br, Darek

