Add table constant

This commit is contained in:
Nico Schottelius 2019-03-23 16:22:48 +01:00
parent a408d7a803
commit 25fd78c900
1 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@
#define ROUTING_TABLE_SIZE 64 /* maximum routes per protocol */
#define ADDRESS_TABLE_SIZE 64 /* maximum number of addresses per protocol */
#define NDP_TABLE_SIZE 64 /* maximum number of multicast groups */
#define ICMP6_TABLE_SIZE 64 /* maximum number of multicast groups */
#define ICMP6_TABLE_SIZE 64 /* icmp6 handlers */
#define NAT64_TABLE_SIZE 64 /* nat64 and nat46 entries */
#endif