bind9/lib/ns
Ondřej Surý fa7b7973e3 Limit the additional processing for large RDATA sets
When answering queries, don't add data to the additional section if
the answer has more than 13 names in the RDATA.  This limits the
number of lookups into the database(s) during a single client query,
reducing query processing load.

Also, don't append any additional data to type=ANY queries. The
answer to ANY is already big enough.

(cherry picked from commit a1982cf1bb)
2025-01-15 14:13:45 +01:00
..
include Implement global limit for outgoing queries 2024-12-06 15:17:53 +00:00
client.c Remove redundant semicolons after the closing braces of functions 2024-11-19 16:06:49 +01:00
hooks.c Remove redundant parentheses from the return statement 2024-11-19 16:06:16 +01:00
interfacemgr.c Remove redundant parentheses from the return statement 2024-11-19 16:06:16 +01:00
listenlist.c Remove redundant parentheses from the return statement 2024-11-19 16:06:16 +01:00
log.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
Makefile.am Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
notify.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
query.c Limit the additional processing for large RDATA sets 2025-01-15 14:13:45 +01:00
server.c Remove redundant parentheses from the return statement 2024-11-19 16:06:16 +01:00
sortlist.c Remove redundant parentheses from the return statement 2024-11-19 16:06:16 +01:00
stats.c Remove redundant parentheses from the return statement 2024-11-19 16:06:16 +01:00
tests Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
update.c Keep a local copy of the update rules to prevent UAF 2024-12-05 15:45:34 +11:00
xfrout.c Remove redundant parentheses from the return statement 2024-11-19 16:06:16 +01:00