freebsd-dev/tools/test/net/Makefile
George V. Neville-Neil bae28eaa8d Add a test for the listen queue using two test programs,
listen, and connect.  The listen program is a simple server that
accepts and closes sockets, until a fixed limit, then sets the listen
queue to 0 and counts how many remaining connections it processes.

The connect program repeatedly opens connections and closes them
serving as the driver for the listen program.

Sponsored by:	Limelight Networks
2015-10-28 03:43:24 +00:00

10 lines
91 B
Makefile

# $FreeBSD$
PROGS= listen connect
MAN=
WARNS?= 6
test: ${PROGS}
.include <bsd.prog.mk>