]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg:usr: Reduce memory used to store DNS names
authorOndřej Surý <ondrej@isc.org>
Tue, 25 Feb 2025 11:17:55 +0000 (11:17 +0000)
committerOndřej Surý <ondrej@isc.org>
Tue, 25 Feb 2025 11:17:55 +0000 (11:17 +0000)
commit24db1b1a8a1e18e339446d748caa01dcbf8e33d8
tree606cce4437395dc85eb7795074d3c790a09696a9
parent869168545a76761e646d051e38d99a2a11d291e7
parent67e1df1a07f0ab67b5f81341b1aeed461db3b968
chg:usr: Reduce memory used to store DNS names

The memory used to internally store the DNS names has been reduced.

Merge branch 'ondrej/experiment-no-offsets-in-dns_name' into 'main'

See merge request isc-projects/bind9!10140