History log of /openbsd/regress/usr.bin/nc/client-tcp.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 5a9255e7 06-Jul-2021 bluhm <bluhm@openbsd.org>

alarm(3) cannot fail, remove error handling.
suggested by millert@


# f214d6d2 17-Jan-2020 bluhm <bluhm@openbsd.org>

Test the netcat -N feature. The test program can send and receive
messages, shutdown write, and wait for EOF in arbitray order. Since
revision 1.211 of netcat.c some of the cases fail.


# d80889b6 16-Jan-2020 bluhm <bluhm@openbsd.org>

Implement custom TCP client and server to test netcat corner cases.