freebsd-skq/cddl
tuexen 8769fe3439 Some test scripts use ncat --sctp --listen port to run an SCTP discard
server in the background. However, when running in the background,
stdin is closed and ncat initiates a graceful shutdown of the SCTP
association. This is not expected by the client. Therefore, the
ncat-based discard server is replaced by a perl-based one.

In addition, to remove the dependency from ncat, which needs to be
installed via the nmap port, also the code testing for a free SCTP port
is changed to use the perl-based client.

Finally, remove some debug output from the report generated.

Reviewed by:		lwhsu@
Differential Revision:	https://reviews.freebsd.org/D20086
2019-04-28 19:07:31 +00:00
..
compat/opensolaris
contrib/opensolaris Some test scripts use ncat --sctp --listen port to run an SCTP discard 2019-04-28 19:07:31 +00:00
lib Create new EINTEGRITY error with message "Integrity check failed". 2019-01-17 06:35:45 +00:00
sbin
tests
usr.bin
usr.sbin Drop -g from CFLAGS for zfsd(8). No idea why it was ever there. 2019-04-16 12:25:15 +00:00
Makefile
Makefile.inc