]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add support for TCP connection handlers
authorŠtěpán Balážik <stepan@isc.org>
Sat, 19 Jul 2025 14:44:51 +0000 (16:44 +0200)
committerŠtěpán Balážik <stepan@isc.org>
Thu, 24 Jul 2025 11:09:49 +0000 (13:09 +0200)
commitb4d53e7287436be8510b8d280428a8cb6c8b628f
tree4deb25fc4bcf696a6867fa1a7cae289d63d379df
parent06b0800df88d3575efff64f30104db3a053fb02c
Add support for TCP connection handlers

Add a new abstract class, ConnectionHandler, instances of which can be
installed on AsyncDnsServer to manipulate TCP connections upon
accepting.
bin/tests/system/isctest/asyncserver.py