diff options
Diffstat (limited to 'util/data/msgparse.h')
| -rw-r--r-- | util/data/msgparse.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/data/msgparse.h b/util/data/msgparse.h index aebd48efac34..62f0d5aacd80 100644 --- a/util/data/msgparse.h +++ b/util/data/msgparse.h @@ -89,6 +89,8 @@ extern time_t MIN_NEG_TTL; extern int SERVE_EXPIRED; /** Time to serve records after expiration */ extern time_t SERVE_EXPIRED_TTL; +/** Reset serve expired TTL after failed update attempt */ +extern time_t SERVE_EXPIRED_TTL_RESET; /** TTL to use for expired records */ extern time_t SERVE_EXPIRED_REPLY_TTL; /** Negative cache time (for entries without any RRs.) */ |
