Enhanced RPL loop repair: send unicast DIO to source when detecting a loop from ext header, update rank along the path (when rank error is signaled)
This commit is contained in:
parent
c792993664
commit
a7ce312ee3
4 changed files with 37 additions and 0 deletions
|
@ -230,6 +230,8 @@ struct rpl_instance {
|
|||
struct ctimer dio_timer;
|
||||
struct ctimer dao_timer;
|
||||
struct ctimer dao_lifetime_timer;
|
||||
struct ctimer unicast_dio_timer;
|
||||
rpl_parent_t *unicast_dio_target;
|
||||
};
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue