Class mcast

java.lang.Object
org.jgroups.tests.mcast

public class mcast extends Object
Tests IP multicast.
  • Field Details

    • sock

      protected DatagramSocket sock
    • mcast_addr

      protected InetAddress mcast_addr
    • bind_addr

      protected InetAddress bind_addr
    • mcast_port

      protected int mcast_port
    • local_port

      protected final int local_port
    • ttl

      protected final int ttl
    • can_bind_to_mcast_addr

      protected static final boolean can_bind_to_mcast_addr
    • ip_version

      protected static final StackType ip_version
    • prot_family

      protected static final ProtocolFamily prot_family
  • Constructor Details

    • mcast

      public mcast(InetAddress bind_addr, int local_port, InetAddress mcast_addr, int mcast_port, int ttl)
  • Method Details