-
Notifications
You must be signed in to change notification settings - Fork 61
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
Prevent players with bad connections from joining the matchmaker #871
Comments
Another suggestion was to apply similar timeout rules if you abandon a game on purpose on the first few minutes. Detecting that gets tricky though |
Timeouts for abandoned games should probably discussed in the issue about the matchmaking bans #870 |
We should monitor the situation once we have the bans for queue dodging if this really is a problem that needs to be adressed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The biggest question is how the heck to figure out that a player has high latency. We could measure latency to the lobby server but that won't necessarily be an accurate prediction of in game connectivity since the in game traffic won't necessarily be routed through the same server.
The text was updated successfully, but these errors were encountered: