i have some sims, one with tcl scripts: ..... Agent/TCP set tcp_tick_ 0.01 ..... the other with tcl scripts: .... Agent/TCP set tcp_tick_ 0.10 .... but the trace files out are exactly the same, i look into manal and ns code, it comes out to be spelled as "Agent/TCP set tcpTick_ 0.01 " while not "Agent/TCP set tcp_tick_ 0.01 ", but, why dont ns check if i misspelled some word in tcl scripts? like the above, if i havent do the 2 sims to see whether they are same, maybe untill now i have not discovered that.
for the more, i wrote some word freely: ...... Agent/TCP set VCbax_ 135 ...... ns executes as normally, hahaha
