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

Re: loss modules



> I wish to set up a loss module after a queue on a certain link in my ns
> network model. I have found the notes in the ns manual somewhat lacking
> in this regard. Can someone direct me to examples of loss modules being
> attached to network models? Thank you.

The two sets of APIs are described in ns manual chapter 12.2. 

> Any kind of examples would be helpful. Is there an archive with .tcl and
> c++ code for some example cases?

Do a grep on loss in tcl/test/*.tcl, you'll find lots of them. But note
most of them put a loss module _before_ the queue.

- Haobo