mirror of
https://github.com/tnodir/fort
synced 2024-11-15 08:25:20 +00:00
Minor fix.
This commit is contained in:
parent
513a47525a
commit
21fb649992
@ -3,7 +3,7 @@
|
||||
|
||||
#include "common.h"
|
||||
|
||||
#define FORT_CONF_IP_MAX (10 * 1024 * 1024)
|
||||
#define FORT_CONF_IP_MAX (2 * 1024 * 1024)
|
||||
#define FORT_CONF_IP_ARR_SIZE(n) ((n) * sizeof(UINT32))
|
||||
#define FORT_CONF_IP_RANGE_SIZE(n) (FORT_CONF_IP_ARR_SIZE(n) * 2)
|
||||
#define FORT_CONF_ZONE_MAX 32
|
||||
|
Loading…
Reference in New Issue
Block a user