Skip to content

Commit

Permalink
Enable 6-bit path control for give better compare between parent's.
Browse files Browse the repository at this point in the history
Change-Id: Ia1e265fd0bcfa8e128bcb9dc34e22fd91c353bb4
  • Loading branch information
Juha Heiskanen committed Sep 28, 2018
1 parent eac63d2 commit c244ad8
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 @@ -55,7 +55,7 @@ static void ws_bbr_rpl_root_activate(uint8_t *dodag_prefix, uint8_t *dodag_id)
.lifetime_unit = 60,
.objective_code_point = 1, // MRHOF algorithm used
.authentication = 0,
.path_control_size = 1,
.path_control_size = 5,
.dag_max_rank_increase = 2048,
.min_hop_rank_increase = 128,
// DIO configuration
Expand Down

0 comments on commit c244ad8

Please sign in to comment.