From: Michał Kępień Date: Tue, 31 Dec 2024 04:40:12 +0000 (+0000) Subject: new: dev: Enable extraction of exact local socket addresses X-Git-Tag: v9.21.4~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44d5dbeab633afa09d70831886d83572a0e303c6;p=thirdparty%2Fbind9.git new: dev: Enable extraction of exact local socket addresses 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 --- 44d5dbeab633afa09d70831886d83572a0e303c6