Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mesh-forwarder] allow last 6LoWPAN fragment to use longer length (op…
…enthread#4945) This commit relaxes the length check for the last 6LoWPAN fragment of a message. The length of a 6LoWPAN fragment is truncated to be a multiple of eight bytes (since fragment offset can be only expressed as multiples of eight). However this requirement does not apply to the last fragment. This change helps avoid an unnecessary extra fragment for messages of certain length.
- Loading branch information