CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/08 11:44:50
Modified files:
usr.bin/nc : netcat.c
Log message:
Avoid a busy loop in netcat's tls_close(). Reuse the tls_handshake()
wrapper that calls poll(2) and handles the -w timeout.
OK beck@
