OpenClonk
C4Network2Client.h File Reference
Include dependency graph for C4Network2Client.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  C4Network2Client
 
class  C4Network2ClientList
 
class  C4PacketAddr
 
class  C4PacketTCPSimOpen
 

Enumerations

enum  C4Network2ClientStatus {
  NCS_Joining , NCS_Chasing , NCS_NotReady , NCS_Ready ,
  NCS_Remove
}
 

Variables

const int32_t C4ClientMaxAddr = 40
 
const int32_t C4NetClientConnectAttempts = 3
 
const int32_t C4NetClientConnectInterval = 6
 

Enumeration Type Documentation

◆ C4Network2ClientStatus

Enumerator
NCS_Joining 
NCS_Chasing 
NCS_NotReady 
NCS_Ready 
NCS_Remove 

Definition at line 35 of file C4Network2Client.h.

36 {
37  NCS_Joining, // waiting for join data
38  NCS_Chasing, // client is behind (status not acknowledged, isn't waited for)
39  NCS_NotReady, // client is behind (status not acknowledged)
40  NCS_Ready, // client acknowledged network status
41  NCS_Remove // client is to be removed
42 };
@ NCS_Ready
@ NCS_Remove
@ NCS_Chasing
@ NCS_Joining
@ NCS_NotReady

Variable Documentation

◆ C4ClientMaxAddr

const int32_t C4ClientMaxAddr = 40

◆ C4NetClientConnectAttempts

const int32_t C4NetClientConnectAttempts = 3

Definition at line 31 of file C4Network2Client.h.

Referenced by C4Network2Client::DoConnectAttempt().

◆ C4NetClientConnectInterval

const int32_t C4NetClientConnectInterval = 6

Definition at line 32 of file C4Network2Client.h.

Referenced by C4Network2Client::DoConnectAttempt().