]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
new: dev: Add DTrace support for resolver queries
authorColin Vidal <colin@isc.org>
Thu, 4 Jun 2026 13:09:46 +0000 (15:09 +0200)
committerColin Vidal <colin@isc.org>
Thu, 4 Jun 2026 13:09:46 +0000 (15:09 +0200)
When `fctx_query()` is called, a DTrace probe (if enabled) prints the
fetch context address, the upstream server address and port, and the
latest known SRTT for the server.

Merge branch 'colin/dtrace-resolver-query' into 'main'

See merge request isc-projects/bind9!12010


Trivial merge