Topic: wolfSSH clean connection close
Hi,
in the current example code of the SSH echoserver, connections are closed by calling close(clientFd)
This seems not to be a clean connection close, because Putty returns with the message
Fatal Error
Server unexprectedly closed network connection
Would it be possible to get an API function like for example wolfSSH_close, wich calls the internal function SendChannelClose in order to close the connection in a clean way?
Thanks,
Marco