diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-04-03 13:51:37 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-08-16 14:57:24 +0200 |
commit | ea5c3420c14bb9120ac8c43701dd5674321d7769 (patch) | |
tree | 870559778d00659568da6c8026904d144f987e75 /config.h | |
parent | a230eaf061e4c570acfa3e2d494baa6c604acc22 (diff) |
Add npfring (PF_RING support).
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ #define NETWORK_BUFFER_LENGTH_DIGITS 5u #define NETWORK_BUFFER_LENGTH_DIGITS_STR "5" +#define PFRING_BUFFER_SIZE 65535 + #define TIME_S_TO_US(s) (s * 1000llu * 1000llu) /* nDPId default config options */ |