RPL-Lite: fix DAG lifetime, was 60h, now 8h

This commit is contained in:
Simon Duquennoy 2018-09-28 16:08:26 +02:00
parent f91ef005bc
commit a01413369d
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 */
/*