CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/06 14:06:59
Modified files:
usr.bin/ssh : serverloop.c
Log message:
Reset last-seen time when sending a keepalive. Prevents sending two
keepalives successively and prematurely terminating connection when
ClientAliveCount=1. While there, collapse two similar tests into one.
ok markus@
