bind9/lib/ns/include
Artem Boldariev d8a5feb556
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.
2023-06-06 13:40:42 +02:00
..
ns Use appropriately sized send buffers for DNS messages over TCP 2023-06-06 13:40:42 +02:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00