UDP MultiCasting

InertiaM

Well-known member
Joined
Nov 3, 2007
Messages
663
Location
Kent, UK
Programming Experience
10+
I am trying to send messages to multiple PCs using UDP MultiCasting. The code I am using is essentially the same as this UDP chat

The problem I have is that I only ever seem to receive four bytes, and then nothing else unless the program is shut down. The firewall installed on the PCs shows me that both outgoing and incoming messages are being allowed and not blocked.

I am using IP 224.0.0.1 and port 8080 as per the example.

Does anyone have any working knowledge of UDP MultiCasting? Any suggestions?
 
Back
Top