when sending ObscureKeystrokeTiming chaff packets, we can't
authordjm <djm@openbsd.org>
Mon, 1 Jul 2024 04:31:17 +0000 (04:31 +0000)
committerdjm <djm@openbsd.org>
Mon, 1 Jul 2024 04:31:17 +0000 (04:31 +0000)
commit31c74db9af79d412892b3d538b232d4571408dc1
tree4bde372bb550c4d443a08d914fb56a2093287a05
parent8c9be2452f661d049ba9fef2a4c5a0ca74467417
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@
usr.bin/ssh/clientloop.c