Skip to content

Commit 66615e6

Browse files
author
Juha Heiskanen
committed
Updated wi-sun BBR min hop rank increase to 196.
Now we change parent when 25% tarffic fail it was earlier 50% which is too much. Change-Id: If9dc504b27ff6cd06aa3c5b88d00afd99589b4d5
1 parent 9ce41f1 commit 66615e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/6LoWPAN/ws/ws_bbr_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ static rpl_dodag_conf_t rpl_conf = {
7171
.authentication = 0,
7272
.path_control_size = 7,
7373
.dag_max_rank_increase = 2048,
74-
.min_hop_rank_increase = 256,
74+
.min_hop_rank_increase = 196,
7575
// DIO configuration
7676
.dio_interval_min = WS_RPL_DIO_IMIN,
7777
.dio_interval_doublings = WS_RPL_DIO_DOUBLING,

0 commit comments

Comments
 (0)