summaryrefslogtreecommitdiff
path: root/util/data/msgparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/data/msgparse.h')
-rw-r--r--util/data/msgparse.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/data/msgparse.h b/util/data/msgparse.h
index c0c6ff5fd09f..fd04f9f6f071 100644
--- a/util/data/msgparse.h
+++ b/util/data/msgparse.h
@@ -79,8 +79,12 @@ extern time_t MAX_TTL;
extern time_t MIN_TTL;
/** Maximum Negative TTL that is allowed */
extern time_t MAX_NEG_TTL;
+/** If we serve expired entries and prefetch them */
+extern int SERVE_EXPIRED;
/** Time to serve records after expiration */
extern time_t SERVE_EXPIRED_TTL;
+/** TTL to use for expired records */
+extern time_t SERVE_EXPIRED_REPLY_TTL;
/** Negative cache time (for entries without any RRs.) */
#define NORR_TTL 5 /* seconds */