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

Prevent players with bad connections from joining the matchmaker #871

Open
Askaholic opened this issue Dec 23, 2021 · 3 comments
Open

Prevent players with bad connections from joining the matchmaker #871

Askaholic opened this issue Dec 23, 2021 · 3 comments

Comments

@Askaholic
Copy link
Collaborator

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.

@Askaholic
Copy link
Collaborator Author

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

@BlackYps
Copy link
Collaborator

BlackYps commented Jan 1, 2022

Timeouts for abandoned games should probably discussed in the issue about the matchmaking bans #870

@BlackYps BlackYps added this to To do in Team Matchmaker via automation Jan 1, 2022
@BlackYps
Copy link
Collaborator

BlackYps commented Jan 1, 2022

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
Labels
None yet
Projects
Status: To do
Development

No branches or pull requests

2 participants