freebsd-nq/tools/regression/netipx
Robert Watson 416c476c47 Add spxabort, a simple netipx/spx regression test that triggers
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.
2006-03-27 00:03:37 +00:00
..
ipxdgramloopback Add a simple IPX datagram regression test, which opens two IPX datagram 2006-03-26 18:25:53 +00:00
ipxsocket
spxabort Add spxabort, a simple netipx/spx regression test that triggers 2006-03-27 00:03:37 +00:00
spxloopback Add simple regression test to ping pong a data packet over SPX in stream 2006-03-26 19:10:27 +00:00
README Add a short README with configuration hints to get the netipx regression 2006-03-26 17:42:04 +00:00

These regression tests assume that the kernel is compiled with support for
netipx:

	options IPX

In addition, the loopback interface should be configured with the address
0xbebe.1:

	ifconfig lo0 ipx 0xbebe.1

$FreeBSD$