RPL: clearer naming and documentation of DAO delay constants

This commit is contained in:
Simon Duquennoy 2015-11-18 14:06:18 +01:00
parent 9bb3a3a235
commit 33f8db0dd3
3 changed files with 15 additions and 11 deletions

View file

@ -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. */