mirror of
https://github.com//cppla/ServerStatus
synced 2025-06-03 06:09:50 +08:00
256->512
This commit is contained in:
parent
75d06c8666
commit
dc3868998a
@ -10,7 +10,7 @@ enum
|
|||||||
NET_CONNSTATE_ERROR=4,
|
NET_CONNSTATE_ERROR=4,
|
||||||
|
|
||||||
NET_MAX_PACKETSIZE = 1400,
|
NET_MAX_PACKETSIZE = 1400,
|
||||||
NET_MAX_CLIENTS = 256
|
NET_MAX_CLIENTS = 512
|
||||||
};
|
};
|
||||||
|
|
||||||
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