[ns] IFQ LENGTH

2007-02-16 Thread antonis antoniou
Dear all, i did some simulations for 802.11 dsvd as routing protocol , cbr udp and i changed the ifq length from 50 to 100 200 300 packets. i expected to see less packet drops but unfortunately more packtes were dropped. can anyone tell me the reason? thanks

[ns] ifq length is always zero

2008-09-23 Thread Amita Singh
Hi, To get interface queue length, I make the following additions in AODV source code: (AODV.CC) PriQueue *pq=pq->prhead.lh_first; int curq=(int(pq->curq_); (PriQueue.CC) curq_=q_->length(); But when I run the script, the interface queue length is always reported as 0(zero). Why? What else ne

[ns] ifq length is always zero

2008-09-25 Thread Amita Singh
To: ns-users@isi.edu