[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: for help
[Thread Prev] | [Thread Next]
- Subject: Re: for help
- From: Audrius Butkevicius <audrius.butkevicius@xxxxxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Sat, 1 Mar 2014 11:37:19 +0000
- To: "libssh@xxxxxxxxxx" <libssh@xxxxxxxxxx>
Since your program is a proxy, I think you might not be proxying the window resize messages correctly (or maybe not proxying them at all). Resize messages are part of channel, but they are not passed to channel data callback, as they have a separate callback. I think you might need to implement the window resize callback on the server side, and pass the requests on the client side, but its hard to say without seeing the code.
Re: for help | fan zhang <zf446886@xxxxxxxxx> |