edu.nps.moves.examples
Class ReceiverPerformance

java.lang.Object
  extended by edu.nps.moves.examples.ReceiverPerformance

public class ReceiverPerformance
extends java.lang.Object


Field Summary
static java.lang.String MULTICAST_GROUP
           
static int PORT
           
static boolean USE_FAST_ESPDU
           
 
Constructor Summary
ReceiverPerformance()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PORT

public static final int PORT
See Also:
Constant Field Values

MULTICAST_GROUP

public static final java.lang.String MULTICAST_GROUP
See Also:
Constant Field Values

USE_FAST_ESPDU

public static final boolean USE_FAST_ESPDU
See Also:
Constant Field Values
Constructor Detail

ReceiverPerformance

public ReceiverPerformance()
Method Detail

main

public static void main(java.lang.String[] args)