Skip to content

Commit

Permalink
Update MPL parameters to follow Specification
Browse files Browse the repository at this point in the history
IMAX should be 80 seconds by default
  • Loading branch information
Mika Tervonen committed Feb 18, 2020
1 parent f728d55 commit 05aa54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/6LoWPAN/ws/ws_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ extern uint8_t DEVICE_MIN_SENS;

#define DATA_MESSAGE_IMIN (10 * 1000)
#define DATA_MESSAGE_TIMER_EXPIRATIONS 3
#define DATA_MESSAGE_IMAX (DATA_MESSAGE_IMIN)
#define DATA_MESSAGE_IMAX (80 * 1000)
#define MPL_SEED_SET_ENTRY_TIMEOUT (DATA_MESSAGE_IMAX * 24 * 4 / 1000) // 10 seconds per hop making this 240 seconds

/* DHCP client timeout configuration values
Expand Down

0 comments on commit 05aa54c

Please sign in to comment.