Skip to content

Commit 05aa54c

Browse files
author
Mika Tervonen
committed
Update MPL parameters to follow Specification
IMAX should be 80 seconds by default
1 parent f728d55 commit 05aa54c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/6LoWPAN/ws/ws_config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ extern uint8_t DEVICE_MIN_SENS;
103103

104104
#define DATA_MESSAGE_IMIN (10 * 1000)
105105
#define DATA_MESSAGE_TIMER_EXPIRATIONS 3
106-
#define DATA_MESSAGE_IMAX (DATA_MESSAGE_IMIN)
106+
#define DATA_MESSAGE_IMAX (80 * 1000)
107107
#define MPL_SEED_SET_ENTRY_TIMEOUT (DATA_MESSAGE_IMAX * 24 * 4 / 1000) // 10 seconds per hop making this 240 seconds
108108

109109
/* DHCP client timeout configuration values

0 commit comments

Comments
 (0)