Merge pull request #680 from simonduq/fix/rpl-dag-lifetime-60

RPL-Lite: fix DAG lifetime, was 60h, now 8h
This commit is contained in:
Simon Duquennoy 2018-10-11 20:27:10 +02:00 committed by GitHub
commit 01965ab694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@
#ifdef RPL_CONF_DAG_LIFETIME
#define RPL_DAG_LIFETIME RPL_CONF_DAG_LIFETIME
#else
#define RPL_DAG_LIFETIME (60 * 60) /* one hour */
#define RPL_DAG_LIFETIME (8 * 60) /* 8 hours */
#endif /* RPL_CONF_DAG_LIFETIME */
/*