Hello!

A UDP client broadcasts udp packets periodically. On the same machine there is a UDP server listening for broadcasted packets, but it does not want to have the packets that were sent from the same machine. How do I go about filtering them? Is there an easier way than an IP address based approach?