]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
new: dev: Enable extraction of exact local socket addresses
authorMichał Kępień <michal@isc.org>
Tue, 31 Dec 2024 04:40:12 +0000 (04:40 +0000)
committerMichał Kępień <michal@isc.org>
Tue, 31 Dec 2024 04:40:12 +0000 (04:40 +0000)
Enable extracting the exact address/port that a local wildcard/TCP socket is bound to, improving the accuracy of dnstap logging and providing more information in debug logs produced by system tests.  Since this requires issuing an extra system call on some hot paths, this new feature is only enabled when the ``ISC_SOCKET_DETAILS`` preprocessor macro is set at compile time.

Closes #4344

Merge branch '4344-enable-extraction-of-exact-local-socket-addresses' into 'main'

See merge request isc-projects/bind9!8348


Trivial merge