Skip to content

Commit bbae493

Browse files
author
Juha Heiskanen
committed
wi-sun RPL param update
Medium and large network supprss from 1->10 Change-Id: Iac38c387a60d6eb645dbe9b39f9882ec1d06ed6a
1 parent e8567d7 commit bbae493

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/6LoWPAN/ws/ws_common.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,16 +315,16 @@ void ws_common_network_size_configure(protocol_interface_info_entry_t *cur, uint
315315
// Something in between
316316
// imin: 15 (32s)
317317
// doublings:5 (960s)
318-
// redundancy; 7
319-
ws_bbr_rpl_config(15, 5, 7);
318+
// redundancy; 10
319+
ws_bbr_rpl_config(15, 5, 10);
320320
} else {
321321
// Configure the Wi-SUN discovery trickle parameters
322322
cur->ws_info->trickle_params_pan_discovery = trickle_params_pan_discovery_large;
323323
// Wi-SUN Large network parameters
324324
// imin: 19 (524s, 9 min)
325325
// doublings:1 (1048s, 17 min)
326-
// redundancy; 1 Really heavy redundancy
327-
ws_bbr_rpl_config(19, 1, 1);
326+
// redundancy; 10 May need some tuning still
327+
ws_bbr_rpl_config(19, 1, 10);
328328
}
329329
return;
330330
}

0 commit comments

Comments
 (0)