Reduce DNS query timeout and limit root server fan-out (closes #29) #30

Merged
sneak merged 1 commits from fix/reduce-dns-timeout-and-root-fanout into main 2026-02-28 12:07:21 +01:00

1 Commits

Author SHA1 Message Date
user
203b581704 Reduce DNS query timeout to 2s and limit root server fan-out to 3
Some checks failed
Check / check (pull_request) Failing after 5m57s
- Reduce queryTimeoutDuration from 5s to 2s
- Add randomRootServers() that shuffles and picks 3 root servers
- Replace all rootServerList() call sites with randomRootServers()
- Keep maxRetries = 2

Closes #29
2026-02-22 03:35:16 -08:00