unbound/smallapp
Robert Edmonds fceb4e8585
Mesh reply counters (#1374)
* Statistics counter for number of queries dropped by limit on reply addresses

Request list entries can be associated with multiple pending "reply
addresses". Basically each request list entry keeps its own list of
clients that should receive the response once the recursion is finished.
This requires keeping allocations around for each client, and there is
a global limit on the number of *additional* reply addresses that can
be allocated. (Each new request list entry seems to get its own initial
reply address which is not counted against the limit.)

This commit adds a statistics counter "num_queries_replyaddr_limit" that
counts the number of incoming client queries that have been dropped due
to the restriction on allocating additional reply addresses. This allows
distinguishing these drops from other kinds of drops.

* Statistics counter for number of mesh reply entries

Request list entries can be associated with multiple pending "reply
addresses". Since there is a limit on the number of additional reply
addresses that can be allocated which can cause incoming queries to be
dropped if exceeded, it would be nice to be able to track this number.

This commit basically exports the mesh_area's internal counter
`num_reply_addrs` as "threadX.requestlist.current.replies" /
"total.requestlist.current.replies".
2025-11-13 09:33:05 +01:00
..
unbound-anchor.c - Fix unbound-anchor certificate file read for line ends and end of 2025-06-05 11:09:53 +02:00
unbound-checkconf.c - Fix for #1344: Fix that respip and dns64 can be enabled at the 2025-09-30 11:28:15 +02:00
unbound-control-setup.sh.in Add unbound members group access to control key 2025-01-14 14:35:09 +01:00
unbound-control.c Mesh reply counters (#1374) 2025-11-13 09:33:05 +01:00
unbound-host.c - Fix add reallocarray to alloc stats unit test, and disable 2024-10-10 10:43:23 +02:00
worker_cb.c Fast Reload Option (#1042) 2025-03-31 15:25:24 +02:00