-
-
Notifications
You must be signed in to change notification settings - Fork 947
ForwardedPortRemote incredibly slow #185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What version of SSH.NET are you using? |
hi. sorry my bad |
I don't think much has improved since, and - to be honest - I don't immediately see areas where we can easily improve performance. I'll try to find time to reproduce this issue. |
Do I need to help to setup environment? I can give you immediately two servers: one with Windows Server where you can setup your tests, and one with linux where SSH server configured. |
To reproduce issue you need to have
try to access page like https://whatismyipaddress.com/ which make a lot of requests to get fully loaded. then make connection to ssh trought putty to see difference. you can use this addon to see difference clearly. https://addons.mozilla.org/ru/firefox/addon/apptelemetry/ |
We're not using multiplexing. |
https://github.com/Azure/azure-relay-dotnet/tree/dev/samples/portbridge/PortBridge |
That sample moved to https://github.com/dynamicdeploy/portbridge |
Hi
I am using SSH.NET to make remote port forwarding. I use created tunnel for http proxy and proxy works incredibly slow, it takes 20 times more time to load some usual page though SHH.NET comparing with putty tunnel. What can be done to increase performance?
The text was updated successfully, but these errors were encountered: