]> git.ipfire.org Git - thirdparty/bind9.git/commit
Handle queries indefinitely on each TCP connection
authorMichał Kępień <michal@isc.org>
Tue, 18 Mar 2025 15:28:18 +0000 (16:28 +0100)
committerMichał Kępień <michal@isc.org>
Tue, 18 Mar 2025 15:28:18 +0000 (16:28 +0100)
commit575a8745822ea4da706e8c7a93ad234d04b3cd03
tree7ad3361e2722c7725af428c0f911ae1bc757022c
parent68fe9a5df5c5298413449771c062f85e4b1b9ef3
Handle queries indefinitely on each TCP connection

Instead of closing every incoming TCP connection after handling a single
query, continue receiving queries on each TCP connection until the
client disconnects itself.  When coupled with response dropping, this
enables silently receiving all incoming data, simulating an unresponsive
server.
bin/tests/system/isctest/asyncserver.py