Go to the source code of this file.
Defines | |
#define | ECHOCLIENT_CONNECTION_MAX 1 |
#define | ECHOCLIENT_BUFFER_SIZE 512 |
#define | ECHOCLIENT_MESSAGE "This is a test message.\n" |
#define | ECHOSERVER_IP "127.0.0.1" |
#define | ECHOSERVER_PORT 54321 |
|
Definition at line 16 of file EchoClientConfig.h. Referenced by EchoClient::InitTCPConnection(). |
|
Definition at line 15 of file EchoClientConfig.h. |
|
Definition at line 17 of file EchoClientConfig.h. Referenced by EchoClient::SetSendData(). |
|
Definition at line 19 of file EchoClientConfig.h. Referenced by EchoClient::Connect(). |
|
Definition at line 20 of file EchoClientConfig.h. Referenced by EchoClient::Connect(), and EchoServer::Listen(). |