RPL: clearer naming and documentation of DAO delay constants
This commit is contained in:
parent
9bb3a3a235
commit
33f8db0dd3
3 changed files with 15 additions and 11 deletions
|
@ -729,7 +729,7 @@ dao_input(void)
|
|||
PRINT6ADDR(&prefix);
|
||||
PRINTF("\n");
|
||||
rep->state.nopath_received = 1;
|
||||
rep->state.lifetime = DAO_EXPIRATION_TIMEOUT;
|
||||
rep->state.lifetime = RPL_NOPATH_REMOVAL_DELAY;
|
||||
|
||||
/* We forward the incoming no-path DAO to our parent, if we have
|
||||
one. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue