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

Re: [ns] CBR : interval_ and rate_



You can take a look at how they are implemented inside cbr agent

On Sun, 8 Apr 2001, Thomas Kuborn wrote:

> Hi all,
> 
> $cbr0 set packetSize_ 1000
> $cbr0 set interval_ 0.05
> 
> This means that the cbr source will send 20 packets, each being 1000 bytes
> big every second. And this is confirmed by my xgraph plot
> 
> I'm not clear on what the following means though as it gives a xgraph plot I
> cant easily interpret
> 
> $cbr0 set packetSize_ 1000
> $cbr0 set rate_ 20
> 
> Does it mean the source sends 20 packets a second ?
> Does it mean the source sends 20 bytes a second ?
> Does it mean the source sends 20 bits a second ? (my guess)
> 
> Thx a lot
> 
> Thomas
>