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

feat(network-debug): Network debug tool shows ggrs network stats per player #845

Merged
merged 1 commit into from
Jul 26, 2023

Conversation

MaxCWhitehead
Copy link
Collaborator

GGRS has api exposing network stats per remote player, this change collects this data and displays in network debug tool.

This shows current ping, send queue length, estimated frames ahead/behind this player is from local player, and kb/s being sent.

image

@MaxCWhitehead
Copy link
Collaborator Author

This data is exposed only for current frame, but may consider buffering this and allowing hover over past frames to display historical data, not sure if this would be useful. I do think I will at least buffer ping at some point and add a graph of ping over time.

Copy link
Member

@zicklag zicklag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent. 👌

@zicklag zicklag added this pull request to the merge queue Jul 26, 2023
Merged via the queue into fishfolk:main with commit 747f725 Jul 26, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants