]> git.ipfire.org Git - thirdparty/bind9.git/commit
Enable ignoring TCP connections
authorŠtěpán Balážik <stepan@isc.org>
Thu, 28 Aug 2025 16:10:19 +0000 (18:10 +0200)
committerŠtěpán Balážik <stepan@isc.org>
Thu, 23 Oct 2025 12:29:16 +0000 (12:29 +0000)
commit7b8b7550d3b4be2e858a0d21ec7eab799bad17dc
tree472486f2fa4b352c845540b4b83bcf56b9376478
parentb35d6513d89232919febe1d1e91c28db1c1a8dc1
Enable ignoring TCP connections

Add a TCP connection handler, IgnoreAllConnections that allows
establishing TCP connection but not reading anything from it.

This re-uses the horrible hack from ConnectionReset handler and might
break at any point in the future.

See the comments and e4078885073a6c5b59729f4313108e3e7637efdb for more
details.

(cherry picked from commit 4042b805ff77f115b44ed659f8eed1793bc41720)
bin/tests/system/isctest/asyncserver.py