]> git.ipfire.org Git - thirdparty/bind9.git/commit
Store server socket information in QueryContext
authorMichał Kępień <michal@isc.org>
Fri, 13 Feb 2026 13:27:10 +0000 (14:27 +0100)
committerMichał Kępień (GitLab job 6866004) <michal@isc.org>
Fri, 13 Feb 2026 14:03:58 +0000 (14:03 +0000)
commit442285dce394cd744521ae5b211122b502f7cc19
treee862245dc5a54df1697926069341cc89d4dca847
parent66c58ce7935bfe87b75e07e9ff70a069d981656e
Store server socket information in QueryContext

Extend the QueryContext class with a field holding the <address, port>
tuple for the socket on which a given query was received.  This will
enable query handlers to act upon that information in arbitrary ways.

(cherry picked from commit 94a4793596ce3870ad6715b4c8db131a41746132)
bin/tests/system/isctest/asyncserver.py