Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-31T23:14:39.000Z (about 4 years ago)
- Last Synced: 2024-10-05T04:35:03.656Z (4 months ago)
- Topics: c, rate-limit, rate-limiting, ratelimit
- Language: C
- Size: 4.88 KB
- Stars: 24
- Watchers: 4
- Forks: 2
- 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.