]> 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)
committerOndřej Surý <ondrej@sury.org>
Tue, 5 Nov 2019 08:48:15 +0000 (09:48 +0100)
lib/dns/adb.c

index fd937bbb9f038737f13bfa90c560c90f564f9c38..4c670f07c89cff06d8bfe73c12711269131ed764 100644 (file)
@@ -4171,7 +4171,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[] = {