Dear all,

I am a student from the KyungHee University in Korea.
Right now I am trying to implement some network coding(NC) scheme in NS2
(the NC scheme is implemented on some existing routing protocol ). I have to
modify the queue management mechanism in order to make it work. But it
really gives me a headache because I am not quite familiar with NS2.

The queue implementation is as follows:
 -> I am using the DropTail queue in my simulation.
 -> Every node maintains a DropTail queue for each flow that passing through
it.

And here is the problem:
 -> When we created some traffic flow in the Tcl script, what is the
corresponding queue object created at the source node?

 -> How can we access a particular packet in the DropTail queue?

Any help will be appreciated.
Thanks in advance.
Lee

Reply via email to