https://github.com/jedisct1/ratelimit
Plug-and-play IP rate limiter in C
https://github.com/jedisct1/ratelimit
c rate-limit rate-limiting ratelimit
Last synced: about 2 months ago
JSON representation
Plug-and-play IP rate limiter in C
- Host: GitHub
- URL: https://github.com/jedisct1/ratelimit
- Owner: jedisct1
- License: mit
- Created: 2018-02-17T18:44:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-31T23:14:39.000Z (almost 5 years ago)
- Last Synced: 2025-07-27T06:41:18.865Z (2 months ago)
- Topics: c, rate-limit, rate-limiting, ratelimit
- Language: C
- Size: 4.88 KB
- Stars: 24
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rate Limiter
Just a set of trivial functions to implement rate limiting in any C
application.Usage: looks at the `.h` file. Should be self-explanatory.