CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/06/30 22:31:17
Modified files:
usr.bin/ssh : clientloop.c
Log message:
when sending ObscureKeystrokeTiming chaff packets, we can't
rely on channel_did_enqueue to tell that there is data to send.
This flag indicates that the channels code enqueued a packet
on _this_ ppoll() iteration, not that data was enqueued in _any_
ppoll() iteration in the timeslice. ok markus@
