-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Z-Stack: Rewrite device entry in the coordinator's child table if sen…
…ding fails (#680) * Attempt to rewrite device entry in the child table if sending fails Sometimes the coordinator stops setting the PENDING flag before sending frames to sleepy end devices. Rewriting the device entry in the child table seems to fix this, at least temporarily. If sending a frame fails, try to rewrite the device's entry and try again (if there is already an entry, and only if the device is listed as a sleepy end device, aka CHILD_RFD) * Additional test for branch coverage * Check for AssocAdd/AssocRemove support; fix debug output
- Loading branch information
Showing
2 changed files
with
48 additions
and
3 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