X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fnet%2Fctp%2FCtpRoutingEngineP.nc;h=352938035f3999a048507887ac81a4e00eaca311;hb=c8cde358722d987ebd2bec726cf45fff5e6ad5f6;hp=f0ef1f60b6ab3a71ecf4bba28c7afdaf77fe7de7;hpb=f23f3c40cd1b897fd845e9b671b5bc38eb53b1d9;p=tinyos-2.x.git 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(); } - */ } }