]> git.ipfire.org Git - thirdparty/bind9.git/commit
Limit query pipelining within each TCP connection
authorWitold Kręcicki <wpk@isc.org>
Wed, 16 Oct 2019 11:18:48 +0000 (13:18 +0200)
committerMichał Kępień <michal@isc.org>
Wed, 6 Nov 2019 15:37:13 +0000 (16:37 +0100)
commitea5dae9e25da57c6fd68620e6ab0e8d414eb0730
tree62f5d5cecd12f00a201b04f63dbdd46140f608c6
parenta604aa25af56e480cbcc4536aecd3169058c6cd6
Limit query pipelining within each TCP connection

Previously, there was no limit to the number of concurrently served
queries over one pipelined TCP connection; an unlimited number of
queries sent over a single TCP connection could have potentially
exhausted the server's resources.
lib/ns/client.c