Add option to disable IPv6 to speed up performance of XDP program.
This commit is contained in:
@@ -49,4 +49,8 @@
|
||||
#define MAX_RL_FLOW 100000
|
||||
|
||||
// Maximum entries in block map.
|
||||
#define MAX_BLOCK 100000
|
||||
#define MAX_BLOCK 100000
|
||||
|
||||
// Enables IPv6.
|
||||
// If you're not using IPv6, this will speed up performance of the XDP program.
|
||||
#define ENABLE_IPV6
|
||||
Reference in New Issue
Block a user