From: gnawali Date: Thu, 4 Sep 2008 23:08:08 +0000 (+0000) Subject: after a few rounds of expts - enabling route trigger if we found a significantly... X-Git-Tag: rc_6_tinyos_2_1_1~628 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=c8cde358722d987ebd2bec726cf45fff5e6ad5f6 after a few rounds of expts - enabling route trigger if we found a significantly better route --- diff --git a/tos/lib/net/ctp/CtpRoutingEngineP.nc b/tos/lib/net/ctp/CtpRoutingEngineP.nc index f0ef1f60..35293803 100644 --- a/tos/lib/net/ctp/CtpRoutingEngineP.nc +++ b/tos/lib/net/ctp/CtpRoutingEngineP.nc @@ -361,11 +361,9 @@ implementation { routeInfo.etx = best->info.etx; routeInfo.congested = best->info.congested; } - /* If we follow the CTP paper this should be in here. if (currentEtx - minEtx > 20) { call CtpInfo.triggerRouteUpdate(); } - */ } }