Hi all, I tried to test some simple topologies performances using throughput.tcl ns-2 script, but I got a problem when I changed the bandwidth parameters of the bottleneck from 1.5mb(as in original script) to any other values, 5, 50, or 100mb. $ns duplex-link $n1 $n3 1.5mb 2ms DropTail $ns duplex-link $n0 $n1 5mb 2ms DropTail $ns duplex-link $n2 $n1 5mb 2ms DropTail $ns duplex-link-op $n1 $n3 queuePos 0.5 $ns queue-limit $n1 $n3 25
How can I scale the lost, queue size, and throughput traces, because when I change this values I got unlogical traces. Regards Ghassan