Re: [ns] how to trace the cw values in ns2?

2012-10-05 Thread sudheer poojary
A small snippet of code which will possibly help. You can check the TCP congestion window periodically every 10 msec using the following. The result will be in tcpout.tr which you can see using any plotting tool. set ns [new Simulator] set tcp [new Agent/TCP] ... set tcptracefd [open tcpout.tr w]

[ns] how to trace the cw values in ns2?

2012-10-01 Thread shiny
-- With Regards, John Shiny.J