]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove the limit on the number of simultaneous TCP queries
authorOndřej Surý <ondrej@isc.org>
Thu, 27 Jan 2022 09:08:06 +0000 (10:08 +0100)
committerEvan Hunt <each@isc.org>
Fri, 18 Feb 2022 00:19:12 +0000 (16:19 -0800)
commit4f5b4662b600a709fdcacaa97e7c67b5745e45bd
tree54f40636709f2e8b2dae875f419c408ae355c6ea
parent306a3c08035cd46108b974c2472d7b154d497c05
Remove the limit on the number of simultaneous TCP queries

There was an artificial limit of 23 on the number of simultaneous
pipelined queries in the single TCP connection.  The new network
managers is capable of handling "unlimited" (limited only by the TCP
read buffer size ) queries similar to "unlimited" handling of the DNS
queries receive over UDP.

Don't limit the number of TCP queries that we can process within a
single TCP read callback.
lib/isc/netmgr/netmgr-int.h
lib/isc/netmgr/netmgr.c