]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
after a few rounds of expts - enabling route trigger if we found a significantly...
authorgnawali <gnawali>
Thu, 4 Sep 2008 23:08:08 +0000 (23:08 +0000)
committergnawali <gnawali>
Thu, 4 Sep 2008 23:08:08 +0000 (23:08 +0000)
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();
                }
-               */
             }
         }