Skip to content

Commit c244ad8

Browse files
author
Juha Heiskanen
committed
Enable 6-bit path control for give better compare between parent's.
Change-Id: Ia1e265fd0bcfa8e128bcb9dc34e22fd91c353bb4
1 parent eac63d2 commit c244ad8

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
.lifetime_unit = 60,
5656
.objective_code_point = 1, // MRHOF algorithm used
5757
.authentication = 0,
58-
.path_control_size = 1,
58+
.path_control_size = 5,
5959
.dag_max_rank_increase = 2048,
6060
.min_hop_rank_increase = 128,
6161
// DIO configuration

0 commit comments

Comments
 (0)