]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/ctp/CtpRoutingEngineP.nc
after a few rounds of expts - enabling route trigger if we found a significantly...
[tinyos-2.x.git] / tos / lib / net / ctp / CtpRoutingEngineP.nc
index f0ef1f60b6ab3a71ecf4bba28c7afdaf77fe7de7..352938035f3999a048507887ac81a4e00eaca311 100644 (file)
@@ -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();
                }
-               */
             }
         }