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

Re: queue animation



take a look at ns-2/ex/tcpecn.tcl.

The related commands are:

$ns duplex-link-op $node_(r1) $node_(r2) queuePos 0  #define queue 
position

$ns queue-limit $node_(r1) $node_(r2) 25  # define queue size

thanks

Ya
On Tue, 8 Sep 1998, Bruno Daffix wrote:

> Hello,
> 
> I would like to display the state variable "size" of a queue on the 
> nam animation.
> 
> Does anybody have an example of how to do it in cennection with the
> method:
> 
> $ns monitor-queue node1 node2
> 
> 
> Thank you for your help,
> 
> Bruno
>