1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #2570 from gebart/pr/rpl-dao-prefix-len

rpl: Send DAOs for adding /128 routes (host-only) to the parent instead of /16
This commit is contained in:
Cenk Gündoğan 2015-03-10 12:52:46 +01:00
commit 4eee5c045b

View File

@ -133,7 +133,7 @@ static inline bool RPL_COUNTER_GREATER_THAN(uint8_t A, uint8_t B)
#define REGULAR_DAO_INTERVAL 300
#define DAO_SEND_RETRIES 4
#define DEFAULT_WAIT_FOR_DAO_ACK 15
#define RPL_DODAG_ID_LEN 16
#define RPL_DODAG_ID_LEN 128
/* others */