mirror of
https://github.com//cppla/ServerStatus
synced 2025-07-08 10:25:59 +08:00
change max client 128 to 256
This commit is contained in:
parent
0dc82096f5
commit
4e175d0a81
@ -10,7 +10,7 @@ enum
|
|||||||
NET_CONNSTATE_ERROR=4,
|
NET_CONNSTATE_ERROR=4,
|
||||||
|
|
||||||
NET_MAX_PACKETSIZE = 1400,
|
NET_MAX_PACKETSIZE = 1400,
|
||||||
NET_MAX_CLIENTS = 128
|
NET_MAX_CLIENTS = 256
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef int (*NETFUNC_DELCLIENT)(int ClientID, const char* pReason, void *pUser);
|
typedef int (*NETFUNC_DELCLIENT)(int ClientID, const char* pReason, void *pUser);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user