ValveSoftware / ValveSoftware/GameNetworkingSockets
Add general rate limit
@zpostfacto is already working on this.
Since Apr 20, 2018.
- Dominant language
- C++
- Stars
- 9.9k
- Forks
- 749
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 1
Description
Currently connections on Steam that are relayed are rate limited by the relays. But we should probably also implement a generic packet rate limiter and add some configuration values so the application can tune this on a global or per-connection basis.
That way basic UDPv4 connections are not vulnerable to malicious peers.
The rate limit will be applied after the nonce has been checked, so random spam packets shouldn't trigger it, only hosts who have already connected.
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.