mirror of
https://github.com/rehlds/rehlds.git
synced 2024-12-27 23:25:45 +03:00
parent
9594150810
commit
170df2ab49
@ -30,13 +30,8 @@
|
||||
|
||||
#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_USERFILTERS = 32768;
|
||||
#endif // REHLDS_FIXES
|
||||
|
||||
typedef struct ipfilter_s
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user