hi all!!
plz, can anyone tell me where the fast recovery and fast retransmit
mechanisms is coded in tcp-new reno.cc file
--
Reagards.,
R.Abinaya,B.Tech,(M.E)
Special Issue on Intrusion Detection and Security Mechanisms for Wireless
Sensor Networks
International Journal of Distributed Sensor Networks
ISI Thomson Impact Factor (2011): 0.203
Call for Papers
Wireless sensor networks are gaining significant interest from academia and
industry. Wireles
Hello Frd,
In ns2-aodv, RREQ is raised whenever a packet is added to the rqueue.If you
want to send RREQ randomly without looking at your rqueue then you can use recv
function and just call RREQ with some condition.
I think it will work for you.
Itishi
Fro
hi all.,
i tried to analyze the number of packets retransmitted from trace file
using awk script... i hav traced out the seq count (since each packet has
unique sequence id) and i got the count values as follows,
Index: 75 Count: 1
Index: 76 Count: 1
Index: 77 Count: 1
Index: 78 Count: 1
Inde