bind9/doc
Ondřej Surý e699ef939e
Add a limit to the number of RRs in RRSets
Previously, the number of RRs in the RRSets were internally unlimited.
As the data structure that holds the RRs is just a linked list, and
there are places where we just walk through all of the RRs, adding an
RRSet with huge number of RRs inside would slow down processing of said
RRSets.

Add a configurable limit to cap the number of the RRs in a single RRSet.
This is enforced at the database (rbtdb, qpzone, qpcache) level and
configured with new max-records-per-type configuration option that can
be configured globally, per-view and per-zone.

(cherry picked from commit 3fbd21f69a1bcbd26c4c00920e7b0a419e8762fc)
2024-06-10 18:50:03 +02:00
..
arm Add a limit to the number of RRs in RRSets 2024-06-10 18:50:03 +02:00
design Remove trailing whitespace from all text files 2023-06-13 16:13:16 +02:00
dev Remove trailing whitespace from all text files 2023-06-13 16:13:16 +02:00
dnssec-guide Mention RFC 9276 Guidance for NSEC3 Parameter Settings 2024-05-08 07:09:35 +00:00
doxygen Remove trailing whitespace from all text files 2023-06-13 16:13:16 +02:00
man Remove pregenerated manpages from the repo 2023-02-10 12:03:56 +01:00
misc Add a limit to the number of RRs in RRSets 2024-06-10 18:50:03 +02:00
notes Add CHANGES and release note for [GL #4481] 2024-06-10 18:44:52 +02:00
Makefile.am Remove pregenerated manpages from the repo 2023-02-10 12:03:56 +01:00