mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Improve documentation for #826, describe the large collisions amount.
This commit is contained in:
parent
469133e8df
commit
90d42148de
2 changed files with 5 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
13 January 2023: Wouter
|
13 January 2023: Wouter
|
||||||
- Merge #826: Аdd a metric about the maximum number of collisions in
|
- Merge #826: Аdd a metric about the maximum number of collisions in
|
||||||
lrushah.
|
lrushah.
|
||||||
|
- Improve documentation for #826, describe the large collisions amount.
|
||||||
|
|
||||||
9 January 2023: Wouter
|
9 January 2023: Wouter
|
||||||
- Fix python module install path detection.
|
- Fix python module install path detection.
|
||||||
|
|
|
||||||
|
|
@ -656,14 +656,14 @@ per delegation point, and their validation status.
|
||||||
.I msg.cache.max_collisions
|
.I msg.cache.max_collisions
|
||||||
The maximum number of hash table collisions in the msg cache. This is the
|
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
|
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
|
hash table. If the value is very large, like hundreds, something is wrong
|
||||||
of the hash table, hash values are incorrect or malicious.
|
with the performance of the hash table, hash values are incorrect or malicious.
|
||||||
.TP
|
.TP
|
||||||
.I rrset.cache.max_collisions
|
.I rrset.cache.max_collisions
|
||||||
The maximum number of hash table collisions in the rrset cache. This is the
|
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
|
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
|
hash table. If the value is very large, like hundreds, something is wrong
|
||||||
of the hash table, hash values are incorrect or malicious.
|
with the performance of the hash table, hash values are incorrect or malicious.
|
||||||
.TP
|
.TP
|
||||||
.I dnscrypt_shared_secret.cache.count
|
.I dnscrypt_shared_secret.cache.count
|
||||||
The number of items in the shared secret cache. These are precomputed shared
|
The number of items in the shared secret cache. These are precomputed shared
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue