bind9/doc
Aram Sargsyan 93088fbf8b Fix the incoming transfers' "Needs Refresh" state in stats channel
The "Needs Refresh" flag is exposed in two places in the statistics
channel: first - there is a state called "Needs Refresh", when the
process hasn't started yet, but the zone needs a refresh, and second
- there there is a field called "Additional Refresh Queued", when the
process is ongoing, but another refresh is queued for the same zone.

The DNS_ZONEFLG_NEEDREFRESH flag, however, is set only when there is
an ongoing zone transfer and a new notify is received. That is, the
flag is not set for the first case above.

In order to fix the issue, use the DNS_ZONEFLG_NEEDREFRESH flag only
when the zone transfer is running, otherwise, decide whether a zone
needs a refresh using its refresh and expire times.
2023-09-22 11:47:26 +00:00
..
arm Fix the incoming transfers' "Needs Refresh" state in stats channel 2023-09-22 11:47:26 +00:00
design Remove auto-dnssec from documentation 2023-07-20 11:04:24 +02:00
dev Remove trailing whitespace from all text files 2023-06-13 15:05:40 +02:00
dnssec-guide Remove redundant inline-signing lines from docs 2023-08-01 06:55:48 +00:00
doxygen Remove trailing whitespace from all text files 2023-06-13 15:05:40 +02:00
man Add support for User Statically Defined Tracing (USDT) probes 2023-08-21 18:39:53 +02:00
misc Add the ability to use DNS64 internally 2023-09-13 14:31:43 +10:00
notes Add CHANGES and release notes for [GL #3883] 2023-09-22 08:52:12 +00:00
Makefile.am Remove pregenerated manpages from the repo 2023-02-10 11:24:03 +01:00