[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/ctp CtpRoutingEngineP.nc, 1.16, 1.17
Omprakash Gnawali
gnawali at users.sourceforge.net
Thu Sep 4 16:08:10 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/ctp
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3442
Modified Files:
CtpRoutingEngineP.nc
Log Message:
after a few rounds of expts - enabling route trigger if we found a significantly better route
Index: CtpRoutingEngineP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/ctp/CtpRoutingEngineP.nc,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** CtpRoutingEngineP.nc 15 Aug 2008 21:57:31 -0000 1.16
--- CtpRoutingEngineP.nc 4 Sep 2008 23:08:08 -0000 1.17
***************
*** 362,370 ****
routeInfo.congested = best->info.congested;
}
- /* If we follow the CTP paper this should be in here.
if (currentEtx - minEtx > 20) {
call CtpInfo.triggerRouteUpdate();
}
- */
}
}
--- 362,368 ----
More information about the Tinyos-2-commits
mailing list