Hi Aslinda Hassan,
Just to make you the remark
Your data packets are just received from the level " AGT " to the level "RTR" 
of the same mobile unity (node 3), that’s why the send time == received time, 
and it makes sense (look at the recv function in gpsr.cc: all packets are 
processed by this function first and then passed to the function forward ....)
s 0.823902776 _3_ AGT---244 exp 250 [ 0 0 0 0 ]-------[3:0 15:0 32 0]
r 0.823902776 _3_ RTR---244 exp 250 [ 0 0 0 0 ]-------[3:0 15:0 32 0] 
Packets are even deleted (removed) by their node generator.
Thus you have to parameterize rather indeed the rate of the traffic (cbr), so 
that data packets will not be eliminated by the issue of overloading the queue.
I advise you to work with the new format of trace files to see better things. 
To do it, modify at first the line "newtrace_= 0;" by "newtrace_= 1;" in the 
cmu-trace.cc file and recompile your code [. / configure; make clean; make]Good 
luck
 


      

Reply via email to