]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove the extra memory context with own arena for sending
authorOndřej Surý <ondrej@isc.org>
Tue, 4 Jun 2024 09:21:24 +0000 (11:21 +0200)
committerNicki Křížek <nicki@isc.org>
Mon, 10 Jun 2024 14:48:54 +0000 (16:48 +0200)
commite28266bfbc254046933329c99c1f9b7066d07a67
treef9b8495d8712610b5a22f6d05d459177fb3a68df
parent4c2ac25a953b6255f41f27998a0d2a084ff9446a
Remove the extra memory context with own arena for sending

The changes in this MR prevent the memory used for sending the outgoing
TCP requests to spike so much.  That strictly remove the extra need for
own memory context, and thus since we generally prefer simplicity,
remove the extra memory context with own jemalloc arenas just for the
outgoing send buffers.
lib/ns/client.c
lib/ns/include/ns/client.h