[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CBR dither question:



"Miroslav I. Klun" wrote:
> 
>   CBR (CONSTANT BIT RATE) TRAFFIC OBJECTS
>          Application/Traffic/CBR objects generate packets at a con-
>          stant rate.  Dither can be added to the interarrival times
>          by enabling the "random" flag.
> 
> Does anyone know anything about the basic statistical properties of
> this dither??  And, can these properties be modified, and, if so, how?

Hi Miroslav,

with random_ on flow has an interpacket time distribution which is
uniform between [50%,150%] of interpacket time at nominal rate (ie the
costant bit rate). It's in function next_interval in cbr_traffic.cc, you
can modify it simply.

max.