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

📊 Add option for starting ping requirement on login #4

Open
2 tasks
jonathan-robertson opened this issue May 14, 2022 · 0 comments
Open
2 tasks
Labels
enhancement New feature or request

Comments

@jonathan-robertson
Copy link
Owner

This could be an additional ping check on login attempt. This could allow players to have a higher initial requirement to get through the gate... but once in, latency will be allowed to fluctuate a bit more since we know the players started with better ping.

If a player has 150 ping while trying to log into the server, we might want to immediately bump... but for players already connected, we might want to limit to 200... assuming that player was able to log in below 150ms latency initially... suddenly seeing 200ms of latency from the same player likely suggests they're experiencing temporary network trouble that may automatically recover.

  • add bool option to enable/disable this feature
  • add int option for initial check limit (default to 150)
@jonathan-robertson jonathan-robertson added the enhancement New feature or request label May 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant