mirror of
https://github.com/monero-project/monero.git
synced 2025-08-05 09:54:20 -04:00
update unbound from upstream
This commit is contained in:
parent
b0151de601
commit
1f49833d4f
155 changed files with 5482 additions and 3440 deletions
6
external/unbound/util/data/packed_rrset.h
vendored
6
external/unbound/util/data/packed_rrset.h
vendored
|
@ -58,6 +58,12 @@ typedef uint64_t rrset_id_t;
|
|||
* from the SOA in the answer section from a direct SOA query or ANY query. */
|
||||
#define PACKED_RRSET_SOA_NEG 0x4
|
||||
|
||||
/** number of rrs and rrsets for integer overflow protection. More than
|
||||
* this is not really possible (64K packet has much less RRs and RRsets) in
|
||||
* a message. And this is small enough that also multiplied there is no
|
||||
* integer overflow. */
|
||||
#define RR_COUNT_MAX 0xffffff
|
||||
|
||||
/**
|
||||
* The identifying information for an RRset.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue