From 90d42148de4fecd0db0be611a3530a0e24698772 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Fri, 13 Jan 2023 11:22:47 +0100 Subject: [PATCH] - Improve documentation for #826, describe the large collisions amount. --- doc/Changelog | 1 + doc/unbound-control.8.in | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/Changelog b/doc/Changelog index 1830b82f3..5b37c57be 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,6 +1,7 @@ 13 January 2023: Wouter - Merge #826: Аdd a metric about the maximum number of collisions in lrushah. + - Improve documentation for #826, describe the large collisions amount. 9 January 2023: Wouter - Fix python module install path detection. diff --git a/doc/unbound-control.8.in b/doc/unbound-control.8.in index 794da34be..18bfd44d8 100644 --- a/doc/unbound-control.8.in +++ b/doc/unbound-control.8.in @@ -656,14 +656,14 @@ per delegation point, and their validation status. .I msg.cache.max_collisions The maximum number of hash table collisions in the msg cache. This is the number of hashes that are identical when a new element is inserted in the -hash table. If the value is very large, something is wrong with the performance -of the hash table, hash values are incorrect or malicious. +hash table. If the value is very large, like hundreds, something is wrong +with the performance of the hash table, hash values are incorrect or malicious. .TP .I rrset.cache.max_collisions The maximum number of hash table collisions in the rrset cache. This is the number of hashes that are identical when a new element is inserted in the -hash table. If the value is very large, something is wrong with the performance -of the hash table, hash values are incorrect or malicious. +hash table. If the value is very large, like hundreds, something is wrong +with the performance of the hash table, hash values are incorrect or malicious. .TP .I dnscrypt_shared_secret.cache.count The number of items in the shared secret cache. These are precomputed shared -- 2.47.3