2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

4700. [func] Serving of stale answers is now supported. This

allows named to provide stale cached answers when
                        the authoritative server is under attack.
                        See max-stale-ttl, stale-answer-enable,
                        stale-answer-ttl. [RT #44790]
This commit is contained in:
Mark Andrews
2017-09-06 09:58:29 +10:00
parent e8a4edf0ed
commit df50751585
41 changed files with 1964 additions and 222 deletions

View File

@@ -1328,7 +1328,9 @@ static dns_dbmethods_t sdlzdb_methods = {
NULL, /* setcachestats */
NULL, /* hashsize */
NULL, /* nodefullname */
NULL /* getsize */
NULL, /* getsize */
NULL, /* setservestalettl */
NULL /* getservestalettl */
};
/*