Skip to content

Commit

Permalink
Updated wi-sun BBR min hop rank increase to 196.
Browse files Browse the repository at this point in the history
Now we change parent when 25% tarffic fail it was earlier 50% which is too much.

Change-Id: If9dc504b27ff6cd06aa3c5b88d00afd99589b4d5
  • Loading branch information
Juha Heiskanen committed Jun 13, 2019
1 parent 9ce41f1 commit 66615e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/6LoWPAN/ws/ws_bbr_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ static rpl_dodag_conf_t rpl_conf = {
.authentication = 0,
.path_control_size = 7,
.dag_max_rank_increase = 2048,
.min_hop_rank_increase = 256,
.min_hop_rank_increase = 196,
// DIO configuration
.dio_interval_min = WS_RPL_DIO_IMIN,
.dio_interval_doublings = WS_RPL_DIO_DOUBLING,
Expand Down

0 comments on commit 66615e6

Please sign in to comment.