Increased allowed number of ACL entries to accommodate number of Streetpass IPs.
This commit is contained in:
parent
54f471343b
commit
8fab309a77
@ -5,7 +5,7 @@
|
||||
#include "lwip/pbuf.h"
|
||||
|
||||
#define MAX_NO_ACLS 4
|
||||
#define MAX_ACL_ENTRIES 16
|
||||
#define MAX_ACL_ENTRIES 20
|
||||
|
||||
#define ACL_DENY 0x0
|
||||
#define ACL_ALLOW 0x1
|
||||
|
||||
Reference in New Issue
Block a user