Package org.jgroups.tests
Class McastReceiverTest
- java.lang.Object
-
- org.jgroups.tests.McastReceiverTest
-
public class McastReceiverTest extends java.lang.ObjectTests IP multicast. Start one or more instances of McastReceiverTest which listen for IP mcast packets and then start McastSenderTest, which sends IP mcast packets (all have to have the same IPMCAST address and port). A TTL of 0 for the McastSenderTest means that packets will only be sent to receivers on the same host. If TTL > 0, other hosts will receive the packets too. Since many routers are dropping IPMCAST traffic, this is a good way to test whether IPMCAST works between different subnets.- Version:
- $Revision: 1.7 $
- See Also:
McastSenderTest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classMcastReceiverTest.Receiver
-
Constructor Summary
Constructors Constructor Description McastReceiverTest()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static voidhelp()static voidmain(java.lang.String[] args)
-