Dear All: 
I am simulating the AODV, but when i write the AWK to analyze the trace file,i 
do the following thing : 
==========================Trace format============================
s 49.082750000 _4_ RTR  --- 18045 cbr 230 [0 0 0 0 0] ------- [4:1 8:3 35 8] 
[5797] 0 1
r 49.082750000 _4_ RTR  --- 18045 cbr 210 [0 0 0 0 0] ------- [4:1 8:3 32 0] 
[5797] 0 1
===============================================================

I filter the packets as amount of sending data packet in routing layer  :  send 
&& RTR && cbr
                                 amount of receiving data packet in routing 
layer : receive && RTR && cbr
but i got the amount of receiving data packet is larger than amount  of sending 
data packet 

And can anyone tell me what's the different between those two lines
===============================================================
D 49.086536466 _4_ IFQ   IFQ 18049 cbr 230 [0 0 8 4 800] ------- [4:1 8:3 35 8] 
[5798] 0 1
D 49.086536466 _4_ RTR  IFQ 18049 cbr 230 [0 0 8 4 800] ------- [4:1 8:3 35 8] 
[5798] 0 1
===============================================================
Thanks in advance 

Reply via email to