ValveSoftware / ValveSoftware/GameNetworkingSockets
Getting aggregate quick stats at socket or poll group level
Open
@zpostfacto is already working on this.
Since Aug 28, 2020.
enhancement
- Dominant language
- C++
- Stars
- 9.9k
- Forks
- 749
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 1
Description
We are trying to retrieve lifetime stats data for a connection, which does not seem to be possible right now:
- GetQuickConnectionStatus does not include any lifetime stats
- GetDetailedConnectionStatus includes lifetime stats, but only as a string
Ideally we would also like a way to retrieve stats for all connections (entire socket) instead of a single connection.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.