PDA

View Full Version : udp broadcast filtering own packets



Cruz
27th June 2011, 13:11
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?