Skip to content

Draft: chg: usr: Reject RRsets that are too big to be returned

Mark Andrews requested to merge 4743-reject-zone-rrset-too-big-for-message into main

When loading or updating zone content, ensure that the RRset can be transmitted in a maximum sized DNS message without using compression in the rdata field. Prior to this, RRsets that were too big to be transmitted were silently accepted.

Closes #4743

Edited by Evan Hunt

Merge request reports