mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
6a6c9b116c
The packetdrill scripting tool enables quick, precise tests for entire TCP/UDP/IPv4/IPv6 network stacks, from the system call layer down to the NIC hardware. packetdrill currently works on Linux, FreeBSD, OpenBSD, and NetBSD. It can test network stack behavior over physical NICs on a LAN, or on a single machine using a tun virtual network device.
6 lines
55 B
Makefile
6 lines
55 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= packetdrill
|
|
|
|
.include <bsd.prog.mk>
|