Hello everyone,

I am looking for the correct place to retrieve the interface queue length
of each individual node during simulation runtime. I'm using the AODV
protocol in the simulation and I realise that there is a member variable
in aodv.h called the ifqueue, which is the pointer to the object
PriQueue. And from the class file packet.h I saw a method called length()
that could retrieve the length of the queue. So can I simply use
"ifqueue->length()" from the aodv.cc to retrieve the interface queue
length of the node?

Thanks in advance

Regards,
Martin

Reply via email to