-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
HTTP Tunneling with images is slow #390
Comments
Maybe you should check the bandwidth between your server and client,like upload a file from client to server use ssh,nps should not be too slow than it |
Hi @ffdfgdfg I have also changed to bridge type to |
Could you please trying to use tcp tunnel instead of http host tunnel? |
Can you please then how can I do a subdomain name with that? |
Just for testing, or you can use nginx to reserve proxy the tcp tunnel port for subdomain. |
if vmware client, try bridge(B),not nat |
Problem was not fixed to me even TCP slow |
We meet some problem with CI, not release yet |
Hi @ffdfgdfg, I just checked with the new release, still the same problem, http://a.krisps.xyz/ |
Please give me the log both server and client,take a screenshot on client ping the server |
@ffdfgdfg Here I have attached the screenshots Server log file: Screen Shots: |
Your log shows client disconnect from server many times, and some http request even not finish. |
Yea you are correct that is what I talking about, Everything loading except the image. image file is the one actually breaking. I will check KCP, Do you think that may UAE block VPN? |
Try turn on crypt with tcp, crypt with kcp |
Seems to be now it is working http://a.krisps.xyz/, but I feel like little slow, do you recommend any setting on server-side and do you recommend for production? |
Turn on tcp bbr, if you use tcp bridge, both server and client turn on it. |
Thanks for that I will check TCP bbr. What do you think why TCP bridge not working for me? |
ISP block or something else, we provides crypt and kcp, for different situations, just try it |
After I active TCP bbr, Then TCP bridge is working now |
@ffdfgdfg Thanks for your help everything working fine and I must say this is a fantastic piece of software |
thx |
can we open both bridges at the same time? I mean different client deferent bridge |
nope, you can run two server |
Slow with images
When running HTTP tunnel for my local server it working fine, But if we have images the public Ip is very slow
Screenshots or logs
Server:
Client:
The text was updated successfully, but these errors were encountered: