UDP Multicast Windows
I have developed a C# application that needs to listen for UDP multicast messages. The UDP multicast is being sent from a Linux virtual machine (VM) with the following network details: inet: 192.168.6.101, multicast IP: 239.255.255.250, and port: 5697. When I run my C# application on the same Linux VM, it works as expected and is able to receive the multicast messages without any issues.