token-bucket: New library for generic rate-limiting.
authorBen Pfaff <blp@nicira.com>
Thu, 31 May 2012 00:16:16 +0000 (17:16 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 21 Jun 2012 15:00:07 +0000 (08:00 -0700)
commit648f4f1fe4ee22cf9d5e9dc0eb9b53a40f9035db
tree317795cd164055b10b91e874f6df07b895ab61eb
parent8d2835d8c9fde763d3dd9790f38eac0595d5024a
token-bucket: New library for generic rate-limiting.

This commit converts two rate-limiters in the tree to use the library.
I intend to use the library elsewhere in the future.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/automake.mk
lib/token-bucket.c [new file with mode: 0644]
lib/token-bucket.h [new file with mode: 0644]
lib/vlog.c
lib/vlog.h
ofproto/pinsched.c