some changes

This commit is contained in:
Wolfgang Hottgenroth
2009-02-19 10:58:56 +01:00
parent bba48f8d3a
commit beba6a5806
4 changed files with 24 additions and 8 deletions

View File

@ -6,10 +6,10 @@ import std.md5;
void main() {
const char[] DYN_ID = "omega";
const char[] SHARED_SECRET = "0m3g@";
const char[] DYN_ID = "test";
const char[] SHARED_SECRET = "geheim";
const char[] SERVER_IP = "88.198.170.2";
const char[] SERVER_IP = "172.16.2.1";
const int SERVER_PORT = 8053;