Slow Steam downloads?
Posted: Sun May 05, 2024 4:16 am
I've had somewhat shitty downloads in Steam for some time now, often not getting it at my full speed (which isn't exactly breakneck by today's standards... I have a 100 Mbit connection, that's about 120'ish so I get 14 to 15 Mb/s downloads at most).
However, nothing like my nephew had. We noticed it right away last week, around 6 Mb/sec mostly, maybe going up to 8 briefly. Now, he's got a 1.5 Gbit Internet connection so that's bollocks. His Steam downloads in Windows aren't like that, it's a Linux client issue. We tried choosing different servers in the drop list, but the download behaviour was consistent. Not just then, but all the time. It put him off even using it because he didn't want to download games.
I scoured around for a solution tonight and found that some were saying it was because of http2 protocols causing some sort of constipation. Also, a second line that is supposed to get Steam to connect to multiple servers, but that one doesn't seem to do much, or doesn't work as advertised
Create a file named steam_dev.cfg in the Steam root with the following:
His issue was definitely the http2. This upped his download speeds to 40 Mb/sec (from varying between 6 and 8) which seems to be the max he can get from the content distribution network (servers, route etc.)
I dropped that in too, but I'm not sure how much, or if it helped me at all. I'm going between about 9 Mb/sec and 14, up and down. It could be time of use, but my shittier downloads could be more MTU related. (I'll see about that).
However, nothing like my nephew had. We noticed it right away last week, around 6 Mb/sec mostly, maybe going up to 8 briefly. Now, he's got a 1.5 Gbit Internet connection so that's bollocks. His Steam downloads in Windows aren't like that, it's a Linux client issue. We tried choosing different servers in the drop list, but the download behaviour was consistent. Not just then, but all the time. It put him off even using it because he didn't want to download games.
I scoured around for a solution tonight and found that some were saying it was because of http2 protocols causing some sort of constipation. Also, a second line that is supposed to get Steam to connect to multiple servers, but that one doesn't seem to do much, or doesn't work as advertised
Create a file named steam_dev.cfg in the Steam root with the following:
Code: Select all
@nClientDownloadEnableHTTP2PlatformLinux 0
@fDownloadRateImprovementToAddAnotherConnection 1.0
I dropped that in too, but I'm not sure how much, or if it helped me at all. I'm going between about 9 Mb/sec and 14, up and down. It could be time of use, but my shittier downloads could be more MTU related. (I'll see about that).