[squid-users] delay parameters

2004-09-22 Thread Mustafa ERGUC
I'am using delay_pools but I really does not understand assigned parameters using delay_parameters for example delay_pools 1 delay_class 1 1 delay parameters 1 4000/4000 I undestood that the first 4000 is given bw to bucket what is second 4000 and if I did delay_parameters 1 4000/12000

Re: [squid-users] delay parameters

2004-09-22 Thread Henrik Nordstrom
On Wed, 22 Sep 2004, Mustafa ERGUC wrote: delay_parameters 1 4000/12000 what does this mean? That there will be a bucket size of 12000 bytes and each second 4000 bytes is added to this bucket. Or in other words, the clients of this pool can download bursts of up to 12000 bytes without getting li

Re: [squid-users] delay parameters

2004-09-22 Thread Przemek Czerkas
> On Wed, 22 Sep 2004, Mustafa ERGUC wrote: > > > delay_parameters 1 4000/12000 what does this mean? > > That there will be a bucket size of 12000 bytes and each second 4000 bytes > is added to this bucket. > > Or in other words, the clients of this pool can download bursts of up to > 12000 byt

Re: [squid-users] delay parameters

2004-09-22 Thread Henrik Nordstrom
On Wed, 22 Sep 2004, Przemek Czerkas wrote: I found out that what client actually download is burst of up to maximum * (DL_SPEED) / (DL_SPEED - restore) Correct, when the bucket is larger than the download speed of the client. Regards Henrik