wolfssh/examples/portfwd
John Safranek 90e76fde5d examples/portfwd: always retry the buffered send
The send at the end of the loop only ran when select() reported a
readable descriptor, but appBuffer can hold data across iterations.
Mask appFd out of the read set while the buffer is full, and fall
through the select() timeout to the send.

Issue: F-7207
2026-08-02 22:10:24 -05:00
..
include.am
portfwd.c examples/portfwd: always retry the buffered send 2026-08-02 22:10:24 -05:00
wolfssh_portfwd.h Release v1.4.22 2025-12-29 16:53:33 -08:00