Skip to content

Commit

Permalink
Medium network PAN_TIMEOUT changed to 30 minutes
Browse files Browse the repository at this point in the history
This will speed up the Border router loss detection and fulfill
operator SLA requirement
  • Loading branch information
Mika Tervonen authored and Mika Tervonen committed Aug 4, 2021
1 parent 1af7cfe commit 935898b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Added automatic test procedure triggering during bootstrap (PAS, EAPOL target selection, PCS, DIS, RPL parent selection).

### Changes
* PAN_TIMEOUT for medium sized network changed to 30 minutes.
*

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion source/6LoWPAN/ws/ws_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@

#define PAN_VERSION_SMALL_NETWORK_TIMEOUT 30*60

#define PAN_VERSION_MEDIUM_NETWORK_TIMEOUT 60*60
#define PAN_VERSION_MEDIUM_NETWORK_TIMEOUT 30*60

#define PAN_VERSION_LARGE_NETWORK_TIMEOUT 90*60

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ static const ws_cfg_t ws_cfg_defaults_medium = {
.timing.disc_trickle_imin = 60, // network size affects
.timing.disc_trickle_imax = 960, // network size affects
.timing.disc_trickle_k = 1, // network size affects
.timing.pan_timeout = 3600, // network size affects
.timing.pan_timeout = 1800, // network size affects
.timing.temp_link_min_timeout = 260, // network size affects
.timing.temp_eapol_min_timeout = 330,

Expand Down

0 comments on commit 935898b

Please sign in to comment.