Pan K wrote: > "Must use non-blocking IO hereafter due to the current libssh2 API" > Â > If I understand correctly, this means that direct TCP/IP forwarding > cannot be used to proxy another SSH server that will be connected to > with libssh2 via the forwarded connection. Is this understanding > correct?
No. You can do what you want, but *you* have to ensure that data flows. Non-blocking is required if you want to do that in a single-threaded program. //Peter _______________________________________________ libssh2-devel https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel