wolfssh/ide
John Safranek 7325678553 echoserver: keep the EOF reply owed across a rekey
wolfSSH_ChannelIdRead() has no rekey guard, so a drained channel still
reports zero mid-rekey and the drain loop calls the reply in. That send
returns WS_REKEYING before it prepares a packet, so nothing is queued.

- take the send's status instead of discarding it
- latch eofAnswered and ChildRunning on every status but WS_REKEYING, so
  the reply is retried on a later pass; the KEX traffic wakes it
- a short send is left latching: it bundled the EOF and set eofTxd, so a
  retry queues nothing and the loop would stall in an untimed select
  waiting on a peer that has already half-closed
- same change in the Espressif copy
2026-08-31 11:53:29 -05:00
..
CSBENCH initial port to Nucleus 2018-06-13 09:44:54 -06:00
Espressif echoserver: keep the EOF reply owed across a rekey 2026-08-31 11:53:29 -05:00
IAR-EWARM keep a list of file handles open per session 2026-06-22 20:11:36 -07:00
Linux-FATFS Release v1.4.22 2025-12-29 16:53:33 -08:00
MQX add ide/MQX/include.am, README, Makefile 2020-10-22 06:55:01 +09:00
Renesas keep a list of file handles open per session 2026-06-22 20:11:36 -07:00
STM32CUBE keep a list of file handles open per session 2026-06-22 20:11:36 -07:00
mplabx Handle the EOF status in apps and examples 2026-08-31 11:53:29 -05:00
winvs Add OpenSSH certificate user authentication 2026-07-27 23:30:20 -07:00
include.am add example code for MPLABX use 2025-02-28 16:17:51 -07:00