bind9/lib/ns/include/ns
Artem Boldariev 285e75b3b0
Use appropriately sized send buffers for DNS messages over TCP
This commit changes send buffers allocation strategy for stream based
transports. Before that change we would allocate a dynamic buffers
sized at 64Kb even when we do not need that much. That could lead to
high memory usage on server. Now we resize the send buffer to match
the size of the actual data, freeing the memory at the end of the
buffer for being reused later.

(cherry picked from commit d8a5feb556)
2023-06-06 14:04:01 +02:00
..
client.h Use appropriately sized send buffers for DNS messages over TCP 2023-06-06 14:04:01 +02:00
events.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
hooks.h Update clang to version 14 2022-06-16 18:09:33 +02:00
interfacemgr.h remove nonfunctional DSCP implementation 2023-01-09 14:23:26 -08:00
listenlist.h remove nonfunctional DSCP implementation 2023-01-09 14:23:26 -08:00
log.h Update clang to version 14 2022-06-16 18:09:33 +02:00
notify.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
query.h Only refresh RRset once 2022-09-08 11:50:44 +02:00
server.h Implement new -T options for xfer system tests 2023-04-21 17:21:32 +02:00
sortlist.h Update clang to version 14 2022-06-16 18:09:33 +02:00
stats.h add an update quota 2023-01-12 12:02:35 +01:00
types.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
update.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
xfrout.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00