Brian Feldman e858faa9bb Add my getaddrinfo(3) stress-tester as gaithrstress. The most obvious
regressions would be to see the program or your kernel crashing.

If you want to give it something to really test out, try a much more
reentrant version of the resolver.
<URL:http://green.homeunix.org/~green/reentrant_resolver.patch>
Any Mozilla-based browser would show you a clear difference.
2004-02-20 16:54:01 +00:00

8 lines
84 B
Makefile

# $FreeBSD$
PROG= gaithrstress
LDADD+= -pthread
NOMAN= yes
.include <bsd.prog.mk>