[ns] awk script to trace dupacks

2013-02-06 Thread abinaya rajendhiran
can any one tell me how to find number of dupack ack received from trace file using awk script.. -- Reagards., R.Abinaya,B.Tech,(M.E)

[ns] retransmitted packet loss recovery-reg

2013-02-06 Thread abinaya rajendhiran
hi all,i need a solution to implement my project...is it possible to recover retransmission lost packets by using SACK TCP... kindly please suggest me wid some solutions... -- Reagards., R.Abinaya,B.Tech,(M.E)

[ns] Regarding Timeslots

2013-02-06 Thread Sai Bhyravajosyula
Hi All I need some information regarding mini-slot time and data slot time. What are the default values in ns2. I see in ns-default a value for slot-time as 20 * 10^-6 seconds. Is it mini-slot time. Thanks Bhyravajosyula Sai Vishnu Kiran MS in Computer Science mail-id: sbhyr...@asu.edu

[ns] Last Mile: SMART 2013 || June 23 - 28, 2013 - Rome, Italy

2013-02-06 Thread Cristina Pascual
INVITATION: = Please consider to contribute to and/or forward to the appropriate groups the following opportunity to submit and publish original scientific results to SMART 2013. The submission deadline is February 13, 2013. Authors of selected papers will be invited to submi

[ns] recv function not called in aodv for destination node

2013-02-06 Thread AmarNath Patra
Hello Everyone, If I add the following statement in the beginning of the code in the function, AODV::recv(Packet *p, Handler*), in aodv.cc : if(DATA_PACKET(ch->ptype())) { printf("\nNode: _%i _ recvd data packet at time: %.4lf", index, CURRENT_TIME); } Then it prints for all active nodes except

[ns] Regarding dccp error

2013-02-06 Thread Gopi
Dear ns user,   while adding new routing protocol, during re-compile (make command) i encoutered the following error... dccp/dccp.cc: In member function ‘bool DCCPAgent::checkPacket(Packet*)’: dccp/dccp.cc:220:23: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] d