TSCH: default Max EB period to 16s
This commit is contained in:
parent
09c0213898
commit
9590b21888
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user