1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Implements token bucket filter for rate limiting.

This commit is contained in:
Ondrej Zajicek
2014-10-02 11:41:34 +02:00
parent dcde7ae597
commit 1123e70740
10 changed files with 85 additions and 42 deletions

View File

@@ -19,6 +19,7 @@ resource.c
resource.h
slab.c
socket.h
tbf.c
unaligned.h
xmalloc.c
printf.c