Skip to content
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

Slow non-cached download (steam) #135

Open
inDane opened this issue Nov 27, 2018 · 1 comment
Open

Slow non-cached download (steam) #135

inDane opened this issue Nov 27, 2018 · 1 comment

Comments

@inDane
Copy link

inDane commented Nov 27, 2018

I've installed a proxy cache based on https://github.com/bntjah/lancache . Some things are different in my setup, i'm using a second server for DNS which is using DNSmasq.

The problem is, that non-cached downloading i.e. from steam is terribly slow. This is, in my opinion due to the fact, that only one connection is made from my computer to the cache-server and that nginx would need to finish serving that connection before it can do anything else (I read that somewhere). A download without the caching server from steam would open something like 20 connections to have maximum downlink saturation. The 20 connections belong to the same net, lets say 155.166.177.0/24. A non-cached download via the caching server is about 7% of the possible download speed, but nginx seems to open more than one connection to the steam cdn.

Do I think in the right direction? How can I overcome this limitation?

Thanks in advance.

(i don't use QoS on my gateway.)

@inDane
Copy link
Author

inDane commented Nov 27, 2018

Two pictures from client-view
direct download:
resmon

non-cached download via lancache:
resmon2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant