1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-22 13:20:05 +00:00

Build 918 chunk 12: Change CLASS_C_SUBNET_MASK

MarkD: Used in the server code.
This commit is contained in:
Christian Walther
2013-12-31 15:41:01 +01:00
parent 0525163e56
commit 47b02dfc68

View File

@ -56,7 +56,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*
***/
const unsigned CLASS_C_SUBNET_MASK = 0xFFFFFF00;
const unsigned CLASS_C_SUBNET_MASK = 0xFFFF0000;
const NetAddressNode LOOPBACK_ADDRESS_NODE = 0x7F000001;