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

Re: [ns]Trace rtt_ in TCP



Did you recompile ns after to have changed ns-default?

Anyway you should be able to set it from OTcl level

set RenoAgent [new Agent/TCP/Reno]
$RenoAgent set tcpTick_ 0.001

If it doesn't work the last chance is to check it in tcp.h/cc.

Bye

Sergio