Files
bind9/lib/isc
Ondřej Surý d8206a939c Reduce struct isc__nm_uvreq size from 1560 to 560 bytes
The uv_req union member of struct isc__nm_uvreq contained libuv request
types that we don't use.  Turns out that uv_getnameinfo_t is 1000 bytes
big and unnecessarily enlarged the whole structure.  Remove all the
unused members from the uv_req union.
2025-01-22 14:12:38 +01:00
..
2023-02-09 10:07:39 -08:00
2025-01-07 13:30:26 +00:00