bind9/lib
Aram Sargsyan 8cfacc6fe1 Improve fetch limit logging
When initially hitting the `fetches-per-zone` value, a log message
is being generated for the event of dropping the first fetch, then
any further log events occur only when another fetch is being dropped
and 60 seconds have been passed since the last logged message.

That logic isn't ideal because when the counter of the outstanding
fetches reaches zero, the structure holding the counters' values will
get deleted, and the information about the dropped fetches accumulated
during the last minute will not be logged.

Improve the fcount_logspill() function to makie sure that the final
values are getting logged before the counter object gets destroyed.
2022-08-01 13:46:41 +00:00
..
bind9 Forbid zones with both dnssec-policy and max-zone-ttl 2022-07-20 11:57:37 -07:00
dns Improve fetch limit logging 2022-08-01 13:46:41 +00:00
irs Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
isc TLS: fix double resumption in isc__nm_tls_resumeread() 2022-07-26 14:25:59 +03:00
isccc Update clang to version 14 2022-06-16 17:21:11 +02:00
isccfg mark max-zone-ttl deprecated in options and zone 2022-07-20 11:55:03 -07:00
ns Increase the BUFSIZ-long buffers 2022-07-15 10:33:46 +00:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00