mirror of
https://github.com/rehlds/rehlds.git
synced 2024-12-28 15:45:46 +03:00
parent
9594150810
commit
170df2ab49
@ -30,13 +30,8 @@
|
|||||||
|
|
||||||
#include "userid.h"
|
#include "userid.h"
|
||||||
|
|
||||||
#ifdef REHLDS_FIXES
|
|
||||||
const int MAX_IPFILTERS = 4096;
|
|
||||||
const int MAX_USERFILTERS = 4096;
|
|
||||||
#else
|
|
||||||
const int MAX_IPFILTERS = 32768;
|
const int MAX_IPFILTERS = 32768;
|
||||||
const int MAX_USERFILTERS = 32768;
|
const int MAX_USERFILTERS = 32768;
|
||||||
#endif // REHLDS_FIXES
|
|
||||||
|
|
||||||
typedef struct ipfilter_s
|
typedef struct ipfilter_s
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user