Skip to content

Commit c4e8735

Browse files
author
Juha Heiskanen
committed
Wi-sun DHCP solicit max to 15min from 60min.
Change-Id: I61da59125d9da960a4ca429b7b243e57f1bf6b7e
1 parent 66615e6 commit c4e8735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/6LoWPAN/ws/ws_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ extern uint8_t DEVICE_MIN_SENS;
9696
*
9797
*/
9898
#define WS_DHCP_SOLICIT_TIMEOUT 60
99-
#define WS_DHCP_SOLICIT_MAX_RT 3600
99+
#define WS_DHCP_SOLICIT_MAX_RT 900
100100
#define WS_DHCP_SOLICIT_MAX_RC 0
101101

102102

0 commit comments

Comments
 (0)