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

Re: [ns] buffer management



You could use 'queue-limit' command like this.
There are some examples at  ns-allinone/nam/edu/xxx.tcl

       $ns duplex-link $n0 $n1 5Mb 20ms DropTail
        $ns queue-limit $n0 $n1 10

- Hyunah

Adib Bashir Motiwala wrote:

> hi
> im working on a project to simulate the differences between Droptail ,
> REED and LQD in sharing bw.
>
> Can anyone tell me how i can specify the number of buffers at a switch.?
>
> thanks
>
> Adib Motiwala