You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basic EDNS0 support merged. But detection of nameservers not supporting EDNS0 is minimal, so automatic fallback is not complete. Leaving this ticket open for now. More refactoring is required in the core state machine before better detection can be cleanly added, and some of that refactoring will come with future feature merges.
We don't attempt to disable EDNS0 on timeouts, though some servers will fail to reply to requests with an OPT RR.
Some servers don't echo the question section when replying with "Format error" (FORMERR). But we drop all reply packets on the ground which don't match the sent question. This results in a query timeout within the core state machine. But we don't yet disable EDNS0 on timeouts.
Finish EDNS0 support in the resolver.
The text was updated successfully, but these errors were encountered: