mirror of
https://github.com/monero-project/monero.git
synced 2025-05-04 21:35:03 -04:00
update libunbound
This commit is contained in:
parent
ce974949e2
commit
6a1190792b
59 changed files with 4449 additions and 2465 deletions
2
external/unbound/util/data/msgparse.h
vendored
2
external/unbound/util/data/msgparse.h
vendored
|
@ -76,6 +76,8 @@ struct regional;
|
|||
extern time_t MAX_TTL;
|
||||
/** Minimum TTL that is allowed. */
|
||||
extern time_t MIN_TTL;
|
||||
/** Maximum Negative TTL that is allowed */
|
||||
extern time_t MAX_NEG_TTL;
|
||||
/** Negative cache time (for entries without any RRs.) */
|
||||
#define NORR_TTL 5 /* seconds */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue