Sniffer Trace Shows Duplicate packets

I'm seeing duplicate data packets while analyzing our sniffer trace from NRF5340 to iOS app. However, there is no packet loss or any impact on data rate.

What might be the reason for this ? PFA trace for the same -

sequence-ios14-v01-aug21.pcapng

regards,

Vinu

Parents
  • Hello,

    It would be good if you can specify the number in the log where you see duplicate packets. But in general duplicate packets occur for instance due to noise cause packet loss, hence a retransmit occurs. You should be able to look at the sequence number in the data header if it's a retransmit (since those don't change either). Sometimes the sniffer will be able to receive the packet even though it was not successfully received by one of the peers.

    Kenneth

Reply
  • Hello,

    It would be good if you can specify the number in the log where you see duplicate packets. But in general duplicate packets occur for instance due to noise cause packet loss, hence a retransmit occurs. You should be able to look at the sequence number in the data header if it's a retransmit (since those don't change either). Sometimes the sniffer will be able to receive the packet even though it was not successfully received by one of the peers.

    Kenneth

Children
Related