Peter wrote: > two channels in the same session will never be used simultaneously. Is it > right?
There is only one session and only one TCP connection so it is impossible to "use" the two channels at exactly the same time. SSH allows multiple channels open at the same time, it is just not possible to transfer data for more than one at a time over the single connection. //Peter _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel