CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/07/16 03:00:23
Modified files:
usr.bin/ssh : clientloop.c packet.c packet.h serverloop.c
Log message:
Explicitly check for and start time-based rekeying in the client
and server mainloops.
Previously the rekey timeout could expire but rekeying would not start
until a packet was sent or received. This could cause us to spin in
select() on the rekey timeout if the connection was quiet.
ok markus@
