On Thu, Aug 19, 2010 at 9:49 AM, Tsvetko Tsvetkov <[email protected]> wrote: > As we know, in the TreeRouting header file, the routing table entry is > defined. My question is: why do we need a bool variable "haveHeard". It is > set when we first store a routing entry in the table (and there is enough > space). It is also set when we find a given entry and we only want to update > its "statistics". What is the purpose of haveHeard? Should it guarantee that > we only select a node as a parent when we hear it more often?
You are right, it serves no purpose. When I update the routing engine, I will remove it. Thanks for the bug report. - om_p _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
