[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New type of queue
Sara,
you must add a "set queueMap_(yourqueue) YourQueue" statement
you probably also want to modify ns-default.tcl for any defaults specific
to your queue. addtionally, there are mods you can make in ns-lib.tcl
for
your queue type.
Rob
Sara Trabucchi wrote:
> Hi,
>
> I have to implement a new type of queue. I would like to know if it
> is necessary to update anything in tcl files. For example, I' ve
> found in tcl/lib/ns-compat.tcl (line 599) a list of command such:
>
> set queueMap_(drop-tail) DropTail
> set queueMap _(sfq) SFQ
> ......
> Should I add to this list a command also for my queue?
> Could anybody help me?
> Thanks
>
> Sara