Bugs item #2133247, was opened at 2008-09-27 21:07
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=703942&aid=2133247&group_id=125852

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Paul Thomas (thomaspu)
Assigned to: Nobody/Anonymous (nobody)
Summary: Tunneling and X11 forwarding broken in windows

Initial Comment:
SSH Tunneling doesn't work at all under windows. The first problem that you run 
into is the multiple channel creation bug. Creating a 2nd channel for tunneling 
fails the first time, and you have to retry channel creation. Once you get a 
live 2nd channel and have a local socket setup, I can get an app like remote 
desktop to connect to the local socket and its sends data on the socket which I 
then forward over the SSH Tunnel, however I do not always get data back over 
the tunnel. 

It seems that if I let my app run full speed, I never get any data response 
from the tunnel. However, If I slow things down by stepping through the code in 
a debugger, I often get responses from the remote end like I should but soon 
after the tunnel messes up.

Seems like multiple channels in windows just causes problems and the library 
misses data that it should be getting.

Paul

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=703942&aid=2133247&group_id=125852

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
libssh2-devel mailing list
libssh2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libssh2-devel

Reply via email to