Receive Answer to UDP Broadcast (C#)
问题 I'm trying to send a udp broadcast, and receive an answer in c#. While sending the broadcast works perfectly, i don't receive any answer in c#. But when i take a look with wireshark, i can see an answer has been sent: Sent from 192.168.0.141 to 192.168.0.255 Sent from 192.168.0.105 to 255.255.255.255 (that would be the answer) Wireshark Log: 1 0.000000 192.168.0.141 192.168.0.255 UDP Source port: 55487 Destination port: 17784 2 0.000851 192.168.0.105 255.255.255.255 UDP Source port: 17784