-
Notifications
You must be signed in to change notification settings - Fork 540
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
Steam donwloads #213
Comments
This seems to be a problem with steam or the base lancache system. This happens to me every now and then on setups not using this and only using lancache-dns and lancache-monolithic. |
Okay I have run into the same issue, and also opened an issue on the monolithic repo. |
Yeah i can confirm this too. This is not working as intended. https://lancache.net/news/2020/01/14/steam-client-now-supports-lancache/ I suspect perhaps valve changed something. |
I think the Steam-Client is using as many different CDNs as possible to distribute the load, but we don't want that.
|
Reverting that PR and using the old cache domains won't help with caching. If Steam detects an error using a lancache - a 404 or other error, possibly from the upstream CDN, it will switch back to going directly to the content servers for a few minutes, bypassing the lancache, and may upgrade the connection back to HTTPS. If this happens - even if you had the full list of hostnames, all that is happening is the HTTPS traffic is now being passed through your LAN Cache and will not be cached. To see if this is the problem here, check the We have no control over this behaviour of the Steam client and it is intended behaviour by Valve. Check the logfile and let me know if you are seeing messages like that in it. |
Yeah reverting the PR just makes my store pages unable to render randomly. But i'd rather have it do that than trash my Comcast download limit. Valve should just give us a proper "CDN client" manual override option. |
Recently found Steam request add a "authkey" part,i think maybe this is the reason. |
We've contacted Valve and they've released an update to Steam to fix this issue. |
Describe the issue you are having
When I download games from Steam, I notice that only a portion of the game is downloaded from the Lancache server, after a while the game starts downloading directly from Steam servers (it does not go through the LanCache server).
Since then Steam downloads (obviously) are slow.
Describe your setup?
I am using steamcache/dns
Are you running sniproxy
No
DNS Configuration
I just configured .env file, no changes to the default DNS configurations
The text was updated successfully, but these errors were encountered: