I'd like to specifically handle timeout errors in my application.
There doesn't seem to be any specific indication of a timeout error in the dns record (if there is please let me know!)
···
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/ibauersachs/dnssecjava/issues/6
No, there isn't anything. But from a DNSSEC point if view, it is impossible to distinguish a timeout from a deliberate faked no reply.
However, you should be able to handle timeouts within a custom resolver that you pass to the ValidatingResolver.
···
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/ibauersachs/dnssecjava/issues/6#issuecomment-224642797