]> git.ipfire.org Git - thirdparty/bind9.git/commit
Accept overquota TCP connection on local thread if possible
authorOndřej Surý <ondrej@isc.org>
Sat, 8 Apr 2023 11:54:52 +0000 (13:54 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 12 Apr 2023 12:10:37 +0000 (14:10 +0200)
commitd27f6f2d68f15f5ed698a6e19cb852dded5f88af
tree0c3843af780fb2d97376c5f56955190f5d4cc695
parent0a468e7c9ef7e7f05d0883bb14c5ac1793695346
Accept overquota TCP connection on local thread if possible

If the quota callback is called on a thread matching the socket, call
the TCP accept function directly instead of using isc_async_run() which
allocates-deallocates memory.
lib/isc/netmgr/tcp.c