Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[multi-radio] perform tag duplication check for first fragment (#9590)
This commit updates the duplicate detection mechanism for the frag header tags under `MULTI_RADIO` config. The tag check is now performed upon receiving the first fragment. For subsequent fragments, older tags are permitted to be processed, but they will be discarded if there is no matching entry in the reassembly list. This change addresses an issue where lowpan fragment frames using older tags could be erroneously discarded if they are interrupted by higher-priority messages (e.g., an MLE message).
- Loading branch information