diff options
| author | oy <Tom_Adams@web.de> | 2011-03-17 17:41:57 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-03-17 17:41:57 +0100 |
| commit | b939d3822882c5061f5e3ddfb3fc3b13b116fe24 (patch) | |
| tree | 0729cf0246d629861d3905ba76327e5bfab48857 /src/versionsrv | |
| parent | b4bec5335960f78a0ad6ac6f0c491cb76375bd56 (diff) | |
| download | zcatch-b939d3822882c5061f5e3ddfb3fc3b13b116fe24.tar.gz zcatch-b939d3822882c5061f5e3ddfb3fc3b13b116fe24.zip | |
made the client check for valid address on connectionless packets from master/version server
Diffstat (limited to 'src/versionsrv')
| -rw-r--r-- | src/versionsrv/versionsrv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/versionsrv/versionsrv.h b/src/versionsrv/versionsrv.h index f3b9bc57..68ba04ca 100644 --- a/src/versionsrv/versionsrv.h +++ b/src/versionsrv/versionsrv.h @@ -4,7 +4,7 @@ #define VERSIONSRV_VERSIONSRV_H static const int VERSIONSRV_PORT = 8302; -static const unsigned char VERSION_DATA[] = {0x00, 0, 5, 1}; +static const unsigned char VERSION_DATA[] = {0x00, 0, 5, 1}; // TODO 0.6: fix me static const unsigned char VERSIONSRV_GETVERSION[] = {255, 255, 255, 255, 'v', 'e', 'r', 'g'}; static const unsigned char VERSIONSRV_VERSION[] = {255, 255, 255, 255, 'v', 'e', 'r', 's'}; |