Skip to content

Commit 2fc10b5

Browse files
Juha HeiskanenMika Tervonen
authored andcommitted
Put smarter dag max rank increment 2048. 0 affect a lot of troubles.
Change-Id: Ifdae0910847287a7fd67c9f3c0999149f288845c
1 parent d311040 commit 2fc10b5

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
@@ -55,7 +55,7 @@ static void ws_bbr_rpl_root_activate(uint8_t *dodag_prefix, uint8_t *dodag_id)
5555
.objective_code_point = 1, // MRHOF algorithm used
5656
.authentication = 0,
5757
.path_control_size = 0,
58-
.dag_max_rank_increase = 0,
58+
.dag_max_rank_increase = 2048,
5959
.min_hop_rank_increase = 128,
6060
// DIO configuration
6161
.dio_interval_min = WS_RPL_DIO_IMIN,

0 commit comments

Comments
 (0)