Skip to content

Commit e029444

Browse files
author
Juha Heiskanen
authored
Merge pull request #1981 from ARMmbed/iotthd-3111
Path control size from 5->7.
2 parents a5fe76f + d7e8aea commit e029444

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
@@ -62,7 +62,7 @@ static rpl_dodag_conf_t rpl_conf = {
6262
.lifetime_unit = 60,
6363
.objective_code_point = 1, // MRHOF algorithm used
6464
.authentication = 0,
65-
.path_control_size = 5,
65+
.path_control_size = 7,
6666
.dag_max_rank_increase = 2048,
6767
.min_hop_rank_increase = 256,
6868
// DIO configuration

0 commit comments

Comments
 (0)