Merge branch '664-fetches-per-server-quota-docs-v9_14' into 'v9_14'

Describe the polynomial backoff curve used in the quota adjustment

See merge request isc-projects/bind9!2523
This commit is contained in:
Ondřej Surý
2019-11-05 10:12:48 +00:00
+3 -1
View File
@@ -4175,7 +4175,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[] = {