Browse Source

add info for establish the connection

master
philipp schoenberger 10 years ago
parent
commit
ec1e55b70c
  1. 2
      lwrserv/SvrHandling.h

2
lwrserv/SvrHandling.h

@ -10,7 +10,7 @@
#define SVR_NAME "lwrsvr 4.11d" #define SVR_NAME "lwrsvr 4.11d"
#define SVR_DEFAULT_PORT 8000 #define SVR_DEFAULT_PORT 8000
#define SVR_HANDSHAKE "Hello Robot" #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_ACCEPTED std::string("accepted")
#define SVR_FAILED std::string("Failed.") #define SVR_FAILED std::string("Failed.")
#define SVR_TRUE_RSP "true" #define SVR_TRUE_RSP "true"

Loading…
Cancel
Save