What means the field hopcnt in the rt_info structure. In the tymo implementation
typedef struct rt_info {
addr_t address;
addr_t nexthop;
seqnum_t seqnum;
bool has_hopcnt;
uint8_t hopcnt;
} rt_info_t;
Best regards,
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
