This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/LAUNCHXL-CC1352R1: Can packets arrive in wrong order?

Part Number: LAUNCHXL-CC1352R1

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.