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

Re: [ns] What is wrong in this TCL script ?



> Hi all,
> I have to simulate a satellite link to test TCP performance on it. I 
> prepare the following script, where I try to insert an error model but I 
> don't get any packet dropping.

Federico,
Your problem is that you need to call trace-all-satlinks after you attach
the error model, not before.

Also, I don't know what "trace-error" does-- is this a procedure you
defined?  "trace-all-satlinks" should trace the errors with an "e" symbol.

Tom