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

No Subject




Hello,

Is it possible in NS to change the buffer size by the following
commands ??  I wanted to keep the buffer size very large, which 
will reflect infinite buffer. But when I used the following commands,
I found that the buffer size is not going above 50. Please correct 
me, if I am going wrong some where. 

Thanking in advance,
Swati.
-----------------------------------------

$ns duplex-link $n1 $n2 2Mb 150ms DropTail
set linkhdl [$ns link $n1 $n2]
set q [$linkhdl queue]
$q set limit_ 1000
-----------------------------------------