]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Describe the polynomial backoff curve used in the quota adjustment
authorOndřej Surý <ondrej@sury.org>
Fri, 1 Nov 2019 17:22:56 +0000 (12:22 -0500)
committerMichał Kępień <michal@isc.org>
Wed, 6 Nov 2019 19:50:46 +0000 (20:50 +0100)
(cherry picked from commit 56ef09c3a16c0777bc3ee8684923320b0d858190)

lib/dns/adb.c

index b249aa19ca07691552ee3365df60ef4eed7623ab..3d12221c8246779fb1701b2aadefb69aa85e92e3 100644 (file)
@@ -4211,7 +4211,9 @@ dns_adb_changeflags(dns_adb_t *adb, dns_adbaddrinfo_t *addr,
 }
 
 /*
- * (10000 / ((10 + n) / 10)^(3/2)) for n in 0..99.
+ * The polynomial backoff curve (10000 / ((10 + n) / 10)^(3/2)) <0..99> drops
+ * fairly aggressively at first, then slows down and tails off at around 2-3%.
+ *
  * These will be used to make quota adjustments.
  */
 static int quota_adj[] = {