Java Multicast Sending Data, Not Receiving
问题 I am writing a class in Java which is used to greatly simplify the process of multicasting. However, I am having two big problems with it: The class sends data (I can verify this with my net monitor, Wireshark) but the data is not received by any others in the same group. On some machines, the sending packet TTL is exceeded in transit (again, according to Wireshark). Could anyone please help me? I've been trying and searching for answers for hours, and it appears that my code follows all of