Do not force DIO reset on certain events where it is not needed.
This commit is contained in:
parent
b405571e32
commit
ea73f1d767
4 changed files with 19 additions and 18 deletions
|
@ -233,7 +233,7 @@ dio_input(void)
|
|||
|
||||
PRINTF("RPL: Incoming DIO DODAG ");
|
||||
PRINT6ADDR(&dio.dag_id);
|
||||
PRINTF(" preference : %u\n",dio.preference);
|
||||
PRINTF(", preference: %u\n", dio.preference);
|
||||
|
||||
/* Check if there are any DIO suboptions. */
|
||||
for(; i < buffer_length; i += len) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue