|
|
@ -10,7 +10,7 @@ |
|
|
|
#define SVR_NAME "lwrsvr 4.11d" |
|
|
|
#define SVR_DEFAULT_PORT 8000 |
|
|
|
#define SVR_HANDSHAKE "Hello Robot" |
|
|
|
#define SVR_HELLO_MSG std::string("welcome to ") + SVR_NAME + ("!") |
|
|
|
#define SVR_HELLO_MSG std::string("welcome to ") + SVR_NAME + ("!") + (" Type \"")+ SVR_HANDSHAKE + ("\" to establish the connection") |
|
|
|
#define SVR_ACCEPTED std::string("accepted") |
|
|
|
#define SVR_FAILED std::string("Failed.") |
|
|
|
#define SVR_TRUE_RSP "true" |
|
|
|