]> git.ipfire.org Git - thirdparty/bind9.git/commit
Reduce sizeof isc_sockaddr from 152 to 48 bytes
authorOndřej Surý <ondrej@isc.org>
Tue, 12 Sep 2023 07:21:53 +0000 (09:21 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 22 Jan 2025 13:12:38 +0000 (14:12 +0100)
commita7630c2c620b8996be714dcdfbf0e74d367490d9
tree16a7e063eea492aa0f3cc4428d07b5beec725907
parente487294ce4266de881e52ff6aec40516d393aa2d
Reduce sizeof isc_sockaddr from 152 to 48 bytes

After removing sockaddr_unix from isc_sockaddr, we can also remove
sockaddr_storage and reduce the isc_sockaddr size from 152 bytes to just
48 bytes needed to hold IPv6 addresses.

(cherry picked from commit 2367b6a2e1770df42415a1813b036814a945843b)
lib/irs/resconf.c
lib/isc/include/isc/sockaddr.h
lib/isc/netaddr.c
lib/isc/sockaddr.c