what cause packet lost in local wired network?
the things that I should mention is that:
- packet lost is in poth multicast and unicast discovery.
- packet lost is in both syncronous and asyncronous publisher.
- I see allways 3 packet losts together (when I check publication_sequence_number in sample info). This means packet lost is not random and there is a real reason for it.
- I use multithreading in sending this packet, but I see packet lost even when I use mutex in sending packets.
So what can be the reason of packet lost and how can I check possible reasons?