mirror of
https://github.com/NLnetLabs/domain.git
synced 2026-09-27 12:14:55 +02:00
- Reply with FORMERR if an OPT RR cannot be parsed. - Don't reply with FORMERR if an edns-tcp-keepalive option is received via UDP, instead ignore it per RFC 7828 3.2.1. - Only reserve space for an edns-tcp-keepalive option for TCP requests, not UDP requests. - Always reserve space for an OPT RR in the response for any request that has an OPT RR, not just TCP requests. - Disable TCP client retries in Stelline server tests otherwise a connection abort causes a retry which violates the test expectation.