#include "network/C4Client.h"#include "network/C4NetIO.h"#include "network/C4Network2Address.h"#include "network/C4Network2IO.h"#include "network/C4PacketBase.h"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 |
| Enumerator | |
|---|---|
| NCS_Joining | |
| NCS_Chasing | |
| NCS_NotReady | |
| NCS_Ready | |
| NCS_Remove | |
Definition at line 35 of file C4Network2Client.h.
| const int32_t C4ClientMaxAddr = 40 |
Definition at line 28 of file C4Network2Client.h.
Referenced by C4Network2Client::AddAddr(), C4Network2Reference::CompileFunc(), and C4Network2Reference::SetSourceAddress().
| const int32_t C4NetClientConnectAttempts = 3 |
Definition at line 31 of file C4Network2Client.h.
Referenced by C4Network2Client::DoConnectAttempt().
| const int32_t C4NetClientConnectInterval = 6 |
Definition at line 32 of file C4Network2Client.h.
Referenced by C4Network2Client::DoConnectAttempt().