[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/ctp CtpRoutingEngineP.nc, 1.1.2.6, 1.1.2.7

Omprakash Gnawali gnawali at users.sourceforge.net
Thu Oct 5 01:08:20 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/ctp
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16803/ctp

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	CtpRoutingEngineP.nc 
Log Message:
changes in the linkestimator so that we use data transmission success/failure information to estimate the etx as well as beacons

Index: CtpRoutingEngineP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/ctp/Attic/CtpRoutingEngineP.nc,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -C2 -d -r1.1.2.6 -r1.1.2.7
*** CtpRoutingEngineP.nc	13 Sep 2006 01:41:57 -0000	1.1.2.6
--- CtpRoutingEngineP.nc	5 Oct 2006 08:08:18 -0000	1.1.2.7
***************
*** 326,329 ****
--- 326,330 ----
                  call LinkEstimator.unpinNeighbor(routeInfo.parent);
                  call LinkEstimator.pinNeighbor(best->neighbor);
+ 		call LinkEstimator.clearDLQ(best->neighbor);
                  atomic {
                      routeInfo.parent = best->neighbor;



More information about the Tinyos-2-commits mailing list