|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jlab.coda.cMsg.cMsgNetworkConstants
public class cMsgNetworkConstants
This interface defines some useful constants. These constants correspond to identical constants defined in the C implementation of cMsg.
Field Summary | |
---|---|
static int |
bigBufferSize
The size (in bytes) of big buffers used to send data from client to server. |
static int |
biggestUdpPacketSize
The biggest single UDP packet size is 2^16 - IP 64 byte header - 8 byte UDP header. |
static int |
clientServerStartingPort
TCP port at which a cMsg domain client starts looking for an unused listening port. |
static int |
cMsgDomainBroadcast
First int to send in UDP broadcast to server if cMsg domain. |
static int |
domainServerStartingPort
TCP port at which a cMsg domain, domain server starts looking for an unused listening port. |
static int |
nameServerBroadcastPort
UDP port at which a cMsg name server listens for broadcasts. |
static int |
nameServerStartingPort
TCP port at which a cMsg domain name server starts looking for an unused listening port. |
static int |
rcBroadcastPort
UDP port at which a RunControl server listens for broadcasts. |
static int |
rcClientPort
TCP port at which a RunControl server assumes a client is waiting for connections on. |
static int |
rcDomainBroadcastClient
First int to send in UDP broadcast to server if RC domain and sender is client. |
static int |
rcDomainBroadcastKillSelf
Tell RCBroadcast server to kill himself since server at that port & expid already exists. |
static int |
rcDomainBroadcastServer
First int to send in UDP broadcast to server if RC domain and sernder is server. |
static int |
rcServerPort
TCP port at which a RunControl server listens for a client connection on. |
static int |
tcpServerPort
TCP port at which a TCPServer server listens for connections. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int nameServerStartingPort
public static final int domainServerStartingPort
public static final int clientServerStartingPort
public static final int tcpServerPort
public static final int rcBroadcastPort
public static final int rcServerPort
public static final int rcClientPort
public static final int nameServerBroadcastPort
public static final int cMsgDomainBroadcast
public static final int rcDomainBroadcastClient
public static final int rcDomainBroadcastServer
public static final int rcDomainBroadcastKillSelf
public static final int biggestUdpPacketSize
public static final int bigBufferSize
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |