Skip to content

use a fixedname buffer in dns_message_gettempname()

Ondřej Surý requested to merge 2515-improve-glue-cache-performance into main

dns_message_gettempname() now returns a pointer to an initialized name associated with a dns_fixedname_t object. it is no longer necessary to allocate a buffer for temporary names associated with the message object.

Closes #2515 (closed)

Edited by Ondřej Surý

Merge request reports