00001 // 00002 // Copyright 2002 Sony Corporation 00003 // 00004 // Permission to use, copy, modify, and redistribute this software for 00005 // non-commercial use is hereby granted. 00006 // 00007 // This software is provided "as is" without warranty of any kind, 00008 // either expressed or implied, including but not limited to the 00009 // implied warranties of fitness for a particular purpose. 00010 // 00011 00012 #ifndef EchoClientConfig_h_DEFINED 00013 #define EchoClientConfig_h_DEFINED 00014 00015 #define ECHOCLIENT_CONNECTION_MAX 1 00016 #define ECHOCLIENT_BUFFER_SIZE 512 00017 #define ECHOCLIENT_MESSAGE "This is a test message.\n" 00018 00019 #define ECHOSERVER_IP "127.0.0.1" 00020 #define ECHOSERVER_PORT 54321 00021 00022 #endif // EchoClientConfig_h_DEFINED