mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
The ipgen utility is a high-performance L2/L3 packet traffic generator based on netmap with RFC 2544 benchmarking methodology and an interactive user interface to show throughput and frame loss rate.
10 lines
311 B
Text
10 lines
311 B
Text
--- libpkt/GNUmakefile.orig 2024-02-29 01:38:00 UTC
|
|
+++ libpkt/GNUmakefile
|
|
@@ -8,7 +8,6 @@ SRCS+= utils.c
|
|
SRCS+= ip6pkt.c
|
|
SRCS+= utils.c
|
|
|
|
-CFLAGS+= -O2
|
|
CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
|
|
CFLAGS+= -Wreturn-type -Wswitch -Wshadow
|
|
CFLAGS+= -Wcast-qual -Wwrite-strings
|