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
## Description
Adds a random jitter to DNS retries called with the `stagger_call`
function.
## Breaking Changes
N/A
## Notes & open questions
Further research can determine if additional timeout jitters are needed
when calling the other DnsResolver public functions.
Nominal 20% of default delay time as maximum deviation from original
timeout delay. Real world and lab testing can dermine if this is
sufficient.
Partially addresses #3017.
## Change checklist
<!-- Remove any that are not relevant. -->
- [x] Self-review.
- [x] Tests if relevant.
---------
Co-authored-by: ramfox <kasey@n0.computer>
0 commit comments