#
5a9255e7 |
| 06-Jul-2021 |
bluhm <bluhm@openbsd.org> |
alarm(3) cannot fail, remove error handling. suggested by millert@
|
#
5163d52c |
| 21-Jan-2020 |
bluhm <bluhm@openbsd.org> |
Connect netcat client to server and close stdin. Then netcat waits for the other side to terminate. Check that netcat is sleeping and does not run in a busy loop. Add tests for TCP, TLS, and UDP.
|
#
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.
|