]> git.ipfire.org Git - thirdparty/chrony.git/commit
clientlog: use token buckets for response rate limiting
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 16 Dec 2015 15:22:01 +0000 (16:22 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 17 Dec 2015 08:42:48 +0000 (09:42 +0100)
commitacec7d0e283191c4204d079df6db3cd2628b9ee2
tree65f17ce15f18cbe9e3ac66484ecc128d9e077ae8
parenta4c89e5bbe2a584309928cc9b4b00d1ebf64e393
clientlog: use token buckets for response rate limiting

Replace thresholds that activated rate limiting with token buckets.
Response rate limiting is now not just active or inactive, the interval
and burst options directly control the response rate.
clientlog.c