]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.18] chg: dev: Reduce memory sizes of common structures
authorOndřej Surý <ondrej@isc.org>
Wed, 22 Jan 2025 13:13:01 +0000 (13:13 +0000)
committerOndřej Surý <ondrej@isc.org>
Wed, 22 Jan 2025 13:13:01 +0000 (13:13 +0000)
* Reduce `sizeof(isc_sockaddr_t)` from 152 to 48 bytes
* Reduce `sizeof(struct isc__nm_uvreq)` from 1560 to 560 bytes

Partial backport of !8299

Merge branch 'ondrej/reduce-netmgr-memory-usage-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!9953


Trivial merge