diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2024-06-13 14:30:29 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2024-06-13 14:30:29 +0000 |
commit | 79d88c3d5b2aa53475fc9d7598ef3c52529059b6 (patch) | |
tree | b2b13eb0b27b2d94810b8ab994f5e7d694a98ca0 /usr.sbin/unbound/util/data/msgparse.h | |
parent | cdaa7d17468daa4fdc377632a1b4085efbd951d7 (diff) |
merge unbound 1.20.0
Diffstat (limited to 'usr.sbin/unbound/util/data/msgparse.h')
-rw-r--r-- | usr.sbin/unbound/util/data/msgparse.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/unbound/util/data/msgparse.h b/usr.sbin/unbound/util/data/msgparse.h index 8e5c94a28cb..656e0d285dc 100644 --- a/usr.sbin/unbound/util/data/msgparse.h +++ b/usr.sbin/unbound/util/data/msgparse.h @@ -82,6 +82,8 @@ extern time_t MAX_TTL; extern time_t MIN_TTL; /** Maximum Negative TTL that is allowed */ extern time_t MAX_NEG_TTL; +/** Minimum Negative TTL that is allowed */ +extern time_t MIN_NEG_TTL; /** If we serve expired entries and prefetch them */ extern int SERVE_EXPIRED; /** Time to serve records after expiration */ |