From be122ceb8f2a76abc4841cdec1d831b15a401f5b Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Sun, 31 Oct 2021 21:17:41 +0100 Subject: [PATCH] af-packet: remove obsolete define --- src/source-af-packet.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/source-af-packet.h b/src/source-af-packet.h index d599a28d62..af45312c37 100644 --- a/src/source-af-packet.h +++ b/src/source-af-packet.h @@ -69,7 +69,6 @@ struct ebpf_timeout_config { #define AFP_COPY_MODE_TAP 1 #define AFP_COPY_MODE_IPS 2 -#define AFP_FILE_MAX_PKTS 256 #define AFP_IFACE_NAME_LENGTH 48 /* In kernel the allocated block size is allocated using the formula -- 2.47.2