On Wed, Apr 20, 2011 at 5:02 AM, sofia aparicio <[email protected]> wrote: > > Hello, > > I would like to know how much time a node needs to reconfigure the route > with CTP because a problem happens with its father.
As soon as the problem is detected, you reset the timer and start repairing the path. Certain problems are detected fast. For example, loops or dead node. You expect to start repairing these problems within a second. > In the ctp paper appears that: > > "It maintains a beaconing interval which > varies between 64ms and one hour. Whenever the timer expires, > CTP doubles it, up to the maximum (1 hour)." > > But in my Ctp library a I have in CTpP.nc file: > "components new CtpRoutingEngineP(TREE_ROUTING_TABLE_SIZE, 128, 512000) as > Router;" > This means that the minimum is 128/1024=0,125 seconds and the maximum is > 512000/1024=500 seconds? Yes, 500 seconds. - om_p _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
