wolfssh/examples
John Safranek 10d97e151f echoserver: wait to write in the SFTP loop
A send the socket refused leaves WS_WANT_WRITE, and the retry branch
continues past the only tcp_select() in the iteration, which watches
reads. Wait on write readiness there, so a peer that has stopped
reading costs a descriptor wait rather than a spin.

- a buffered send with a willing socket still goes straight around
- an error-ready or failed descriptor ends the loop
- an interrupted select() retries instead of ending the session
2026-09-16 09:55:24 -07:00
..
client ssh, internal: always flush the worker's output 2026-09-14 10:40:48 -07:00
echoserver echoserver: wait to write in the SFTP loop 2026-09-16 09:55:24 -07:00
portfwd ssh, internal: always flush the worker's output 2026-09-14 10:40:48 -07:00
scpclient ssh, internal: always flush the worker's output 2026-09-14 10:40:48 -07:00
sftpclient fix for flags handling, ocsp case, macro guards, unused variable, changed default from MY to required to be set 2026-09-05 01:32:02 -07:00
tpmcertserver Adopt the certificate loading APIs in the examples and apps 2026-08-12 16:06:39 -07:00
include.am examples: add TPM-backed X.509 host certificate server and client 2026-07-07 14:28:56 -07:00