this post was submitted on 19 Aug 2025
726 points (97.6% liked)
Technology
74330 readers
3387 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You have some pretty bad understanding of how netcode works if you think a 30ms ping in an online multi-player game means your game or input is delayed by 30ms. It's a lot more complicated than that, and especially in games with bad netcode you will absolutely notice a difference between 10ms or 30ms ping
Oh, please explain the complexity to me like I’m a system administrator with only 25 years of experience. I didn’t realize that computers could connect to each other over a network until 3 days ago, imagine my surprise.
You could start with the fact that many online game servers (ex: Valorant, Apex, Overwatch) artificially increase everyone’s latency at the server, except for the people with higher network latency in order to compensate for lag through a technique called lag compensation. So having 10 ms ping and 50 ms ping just means the server introduces a 40ms delay on the player with 10ms ping so both players experience the same latency.
Or maybe you could explain how game state updates happen with a set frequency and the gap between the state updates can also be adjusted by the server for each client so that state updates are sent to higher latency users earlier in the update window. I mean this technique is essentially lag compensation as well, but it applies to how the client updates are sent instead of being applied to incoming packets.
Or, you could avoid all this and simply declare me incorrect by pointing at a game that doesn’t use lag compensation or otherwise move the goal posts so that you don’t actually have to explain the complexity that you were hinting at.