Hello everyone,

I am doing project regarding to monitor each node's packet queue length
in AODV. However, there are two queue lengths in ns2 src code that makes
me confused. The `interface queue length` and the `Drop-front queue` in
AODV src file "aodv_rqueue.cc". If I want to get the packet queue length
of each node during simulations, should I get the length of the interface
queue or the length in aodv_rqueue.cc ?

interface queue length or rqueue.len_ ??

Regards,
Martin

Reply via email to