We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f728d55 commit 05aa54cCopy full SHA for 05aa54c
source/6LoWPAN/ws/ws_config.h
@@ -103,7 +103,7 @@ extern uint8_t DEVICE_MIN_SENS;
103
104
#define DATA_MESSAGE_IMIN (10 * 1000)
105
#define DATA_MESSAGE_TIMER_EXPIRATIONS 3
106
-#define DATA_MESSAGE_IMAX (DATA_MESSAGE_IMIN)
+#define DATA_MESSAGE_IMAX (80 * 1000)
107
#define MPL_SEED_SET_ENTRY_TIMEOUT (DATA_MESSAGE_IMAX * 24 * 4 / 1000) // 10 seconds per hop making this 240 seconds
108
109
/* DHCP client timeout configuration values
0 commit comments