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.
Do not send too old packets (ARMmbed#2632)
* Do not send packets that are queued on adaptation layer over 30 seconds * Do not allow new data request overtake existing one in MAC queue * Revert "Do not allow new data request overtake existing one in MAC queue" This reverts commit 5c660e0246139acd1dab99094fe3fdcf1138ad60. * Do not send any old packets * Return data request to adaptation layer after timeout * Fixed missing PHY timestamp cb in unit tests * Allow removing only normal priority buffers * Unit tests for removing old buffers from MAC queue * Cleaning * Timeout value defined for all buffer priorities * Updated unit tests * Updated change log
- Loading branch information
Jarkko Paso
authored
Jun 1, 2021
1 parent
dbd83be
commit 24168f8
Showing
6 changed files
with
189 additions
and
44 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
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