TSCH: default Max EB period to 16s

This commit is contained in:
Simon Duquennoy 2017-10-12 14:54:50 +02:00
parent 09c0213898
commit 9590b21888
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ frequency hopping for enhanced reliability.
#ifdef TSCH_CONF_MAX_EB_PERIOD
#define TSCH_MAX_EB_PERIOD TSCH_CONF_MAX_EB_PERIOD
#else
#define TSCH_MAX_EB_PERIOD (50 * CLOCK_SECOND)
#define TSCH_MAX_EB_PERIOD (16 * CLOCK_SECOND)
#endif
/* Max acceptable join priority */