]> mj.ucw.cz Git - libucw.git/commit
Logging: Implemented rate limiting based on the Token Bucket Filter.
authorMartin Mares <mj@ucw.cz>
Fri, 20 Feb 2009 16:41:47 +0000 (17:41 +0100)
committerMartin Mares <mj@ucw.cz>
Fri, 20 Feb 2009 16:41:47 +0000 (17:41 +0100)
commit16f04029db50b765d952cf4cf053d34262a40db1
treef8ca83654eab888172e9350ccc75060d97927852
parent8458dd2f239313e763dda98c8ded6e46f3f63ea4
Logging: Implemented rate limiting based on the Token Bucket Filter.

So far, it is a simple FP implementation. Maybe I will switch to integers later.
ucw/Makefile
ucw/tbf.c [new file with mode: 0644]
ucw/tbf.h [new file with mode: 0644]