CVSROOT: /cvs Module name: src Changes by: dtuc...@cvs.openbsd.org 2017/08/10 22:16:35
Modified files: usr.bin/ssh : serverloop.c Log message: Tweak previous keepalive commit: if last_time + keepalive <= now instead of just "<" so client_alive_check will fire if the select happens to return on exact second of the timeout. ok djm@