* Re: [LARTC] Delay before shaping kicks in
@ 2006-03-01 14:56 Andy Furniss
0 siblings, 0 replies; 2+ messages in thread
From: Andy Furniss @ 2006-03-01 14:56 UTC (permalink / raw)
To: lartc
Steinar Pedersen wrote:
> I am shaping traffic very sucessfully, but I still have one problem that I
> just can't figure out the solution to.
> When my backbone becomes saturated with traffic, I use prio to diffreciate
> between users, so that those who
> need it most, actually gets their service. BUT... when using prio, it
> actually takes a few seconds before the service they
> need is given to them.
>
> An example:
>
> One user downloads with 10mbit (full speed of the link)
> Another user with higher priority starts downloading, and for the first few
> seconds only get a fraction of what he really needs, but then suddenly, the
> speed increases, and the low-prio user looses his speed.
>
> Is there a way to make this "kick in" start faster?
>
> I checked the net/sched/sch_htb.c and found:
> #define HTB_EWMAC 2 /* rate average over HTB_EWMAC*HTB_HSIZE sec */
>
> Could decreasing this to like 1 second fix the issue?
It's more likely to be because you are not allowing for overheads and
have the rate on htb too high for the link so packets get queued elsewhere.
Andy.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 2+ messages in thread
* [LARTC] Delay before shaping kicks in
@ 2006-02-26 20:39 Steinar Pedersen
0 siblings, 0 replies; 2+ messages in thread
From: Steinar Pedersen @ 2006-02-26 20:39 UTC (permalink / raw)
To: lartc
[-- Attachment #1.1: Type: text/plain, Size: 916 bytes --]
I am shaping traffic very sucessfully, but I still have one problem that I
just can't figure out the solution to.
When my backbone becomes saturated with traffic, I use prio to diffreciate
between users, so that those who
need it most, actually gets their service. BUT... when using prio, it
actually takes a few seconds before the service they
need is given to them.
An example:
One user downloads with 10mbit (full speed of the link)
Another user with higher priority starts downloading, and for the first few
seconds only get a fraction of what he really needs, but then suddenly, the
speed increases, and the low-prio user looses his speed.
Is there a way to make this "kick in" start faster?
I checked the net/sched/sch_htb.c and found:
#define HTB_EWMAC 2 /* rate average over HTB_EWMAC*HTB_HSIZE sec */
Could decreasing this to like 1 second fix the issue?
Steinar Pedersen
[-- Attachment #1.2: Type: text/html, Size: 1189 bytes --]
[-- Attachment #2: Type: text/plain, Size: 143 bytes --]
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-03-01 14:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-01 14:56 [LARTC] Delay before shaping kicks in Andy Furniss
-- strict thread matches above, loose matches on Subject: below --
2006-02-26 20:39 Steinar Pedersen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.