Tool/software: Code Composer Studio
Hi,
I am working on an application based on rfPacket TX/RX examples. I was just wondering whether is it possible for the sent packets to reach the receiver in wrong order?
i.e. not in an ascending sequence,
For instance, in received order : SeqNumber = 0, SeqNumber = 1, SeqNumber = 2, SeqNumber = 4, SeqNumber = 3, SeqNumber = 6, ...
Technically, I think there is room for this to happen. I just want to verify.
PS: I did some tests, but this scenario never occured to me. Missed packets? Yes. but that is a different story.