CVSROOT:        /cvs
Module name:    src
Changes by:     dtuc...@cvs.openbsd.org 2017/08/10 21:58:36

Modified files:
        usr.bin/ssh    : serverloop.c 

Log message:
Keep track of the last time we actually heard from the client and
use this to also schedule a client_alive_check().  Prevents activity
on a forwarded port from indefinitely preventing the select timeout
so that client_alive_check() will eventually (although not optimally)
be called.

Analysis by willchan at google com via bz#2756, feedback & ok djm@

Reply via email to