bind9/lib
Ondřej Surý 72cc25465f Reduce freemax values for dns_message mempools
It was discovered that NAME_FREEMAX and RDATASET_FREEMAX was based on
the NAME_FILLCOUNT and RDATASET_FILLCOUNT respectively multiplied by 8
and then when used in isc_mempool_setfreemax, the value would be again
multiplied by 32.

Keep the 8 multiplier in the #define and remove the 32 multiplier as it
was kept in error.  The default fillcount can fit 99.99% of the requests
under normal circumstances, so we don't need to keep that many free
items on the mempool.
2021-12-15 21:25:00 +01:00
..
bind9 Add server christmas tree test 2021-12-02 14:27:18 +01:00
dns Reduce freemax values for dns_message mempools 2021-12-15 21:25:00 +01:00
irs Check parsed resconf values 2021-08-12 09:52:52 -07:00
isc Drop cppcheck workarounds 2021-12-14 15:03:56 +01:00
isccc Use #pragma once as header guards 2021-10-13 00:49:15 -07:00
isccfg Drop cppcheck workarounds 2021-12-14 15:03:56 +01:00
ns remove ns_interface reference counting 2021-12-15 09:46:06 -08:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00
unit-test-driver.sh.in Enforce a run time limit on unit test binaries 2021-04-07 11:41:45 +02:00