416c476c47
pru_abort() by closing a listen socket while completed connections are presenting in its listen queue. Unfortunately, it's difficult to trigger the other two pru_abort() cases using user APIs, so they are not covered by this test.
13 lines
105 B
Makefile
13 lines
105 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= spxabort
|
|
NO_MAN=
|
|
|
|
DPADD= ${LIBIPX};
|
|
LDADD= -lipx
|
|
WARNS= 3
|
|
|
|
.include <bsd.prog.mk>
|