forked from ARMmbed/mbed-os
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added checks for Border Router frame counter space exhaustion (ARMmbe…
…d#2660) * Added checks for Border Router frame counter space exhaustion Added three checks for Border Router frame counter space exhaustion: 1) Compares GTK lifetime left to frame counter space left (as percent) and decrements GTK lifetime if frame counter space is exhausting faster than GTK lifetime. 2) Calculates an estimate for how much free frame counter space is needed for the GTK update and initiates it faster if needed. 3) Calculates an estimate for how much free frame counter space is needed for the GTK activation and initiates it faster if needed.
- Loading branch information
Mika Leppänen
authored
Aug 17, 2021
1 parent
f1a65ec
commit 7415bc7
Showing
8 changed files
with
170 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.