public class Common extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
NUM_MESSAGES
Number of message to exchange.
|
static String |
PING_DEST
Address to send ping messages to.
|
static int |
PING_PORT
UDP port on which Ping will listen.
|
static String |
PONG_DEST
Address to send pong messages to.
|
static int |
PONG_PORT
UDP port on which Pong will listen.
|
| Constructor and Description |
|---|
Common() |
public static final int NUM_MESSAGES
public static final int PONG_PORT
public static final int PING_PORT
public static final String PING_DEST
public static final String PONG_DEST
Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.