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

Re: [ns] jittered CBR




> Hi,
> would you please tell me how to generate CBR with +-10% variation (jittered CBR)?
> Thanks in advance.

CBR has a field, called random_. If you define it, it generates traffic
with +/- 50%. In order to get +/- 10% you should chance method       
"double CBR_Traffic::next_interval" in cbr_traffic.cc.

Carlos


> P.B.
>