bind9/lib
Artem Boldariev 05e8a50818 DoH: Track the amount of in flight outgoing data
Previously we would limit the amount of incoming data to process based
solely on the presence of not completed send requests. That worked,
however, it was found to severely degrade performance in certain
cases, as was revealed during extended testing.

Now we switch to keeping track of how much data is in flight (or ready
to be in flight) and limit the amount of processed incoming data when
the amount of in flight data surpasses the given threshold, similarly
to like we do in other transports.
2025-02-19 17:52:36 +02:00
..
dns when committing a new qpzone version, delete dead nodes 2025-02-18 14:22:38 -08:00
isc DoH: Track the amount of in flight outgoing data 2025-02-19 17:52:36 +02:00
isccc Refactor and simplify isc_symtab 2025-02-17 11:43:19 +01:00
isccfg Refactor and simplify isc_symtab 2025-02-17 11:43:19 +01:00
ns Include destination address port number in query logging 2025-02-04 10:49:26 +00:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00