summaryrefslogtreecommitdiffstats
path: root/src/trex_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/trex_defs.h')
-rw-r--r--src/trex_defs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/trex_defs.h b/src/trex_defs.h
index 50bb282a..665c1edc 100644
--- a/src/trex_defs.h
+++ b/src/trex_defs.h
@@ -20,7 +20,10 @@ limitations under the License.
#define TREX_MAX_PORTS 12
+// maximum number of IP ID type flow stats we support
#define MAX_FLOW_STATS 127
+// maximum number of payload type flow stats we support
+#define MAX_FLOW_STATS_PAYLOAD 128
#ifndef UINT8_MAX
#define UINT8_MAX 255