more tcp testing

This commit is contained in:
Erwin Coumans
2017-02-20 09:52:59 -08:00
parent 970de9c4d7
commit c10dfe6a80
3 changed files with 37 additions and 28 deletions

View File

@@ -32,7 +32,7 @@ int main(int argc, char **argv)
if (pClient->Receive(MAX_PACKET))
{
char* msg = (char*) pClient->GetData();
//printf("received message [%s]\n",msg);
printf("received message [%s]\n",msg);
//------------------------------------------------------------------
// Send response to client and close connection to the client.
//------------------------------------------------------------------