We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d06c8 commit dc38689Copy full SHA for dc38689
server/src/network.h
@@ -10,7 +10,7 @@ enum
10
NET_CONNSTATE_ERROR=4,
11
12
NET_MAX_PACKETSIZE = 1400,
13
- NET_MAX_CLIENTS = 256
+ NET_MAX_CLIENTS = 512
14
};
15
16
typedef int (*NETFUNC_DELCLIENT)(int ClientID, const char* pReason, void *pUser);
0 commit comments