> 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 limited as long as the average is no more than
> 4000
> 
> Regards
> Henrik

I found out that what client actually download is burst of up to 
maximum * (DL_SPEED) / (DL_SPEED - restore)
bytes without getting limited, where
DL_SPEED is speed at which pool is being emptied (phys. downlink speed) in bytes/sec.
restore/maximum is 4000/12000 in here.

Przemek


Reply via email to