Hello, I'm not sure if this is the right list to post this on.. please let
me know if I've goofed.
I've got an application which can potentially be network bandwidth
intensive (and it has to be secure, so I'm using OpenSSH with port
forwarding). On the command line I do:
ssh -Lport1:destHost:port2 -Lport3:destHost:port4 -L... destHost
I can send data through all of those channels simultaneously and
everything comes out the other end just fine... but if the load gets heavy
(that appears to be what makes this happen), data can go into a channel
and never come out, which wreaks havoc with what I want to do.
I've done some web searches for multiplexing problems with OpenSSH and I
can't seem to find much on it. If this is a well-known problem could
someone let me know all the conditions that cause it (so I can prepare for
them)? Or is there a solution of some sort?
The version I'm using is
SSH Version OpenSSH_2.2.0p1, protocol versions 1.5/2.0.
Compiled with SSL (0x0090600f).
Thanks for your help and time,
-Lucas