AdguardTeam / DnsLibs

DNS filtering library that's used in AdGuard products
https://adguard.com/
Apache License 2.0
99 stars 20 forks source link

Use decreased timeout on iOS to give DoQ another try #130

Closed sfionov closed 2 years ago

sfionov commented 2 years ago

This option may be enabled when original timeout is 5 seconds or greater.

Then we may use half-timeout for first try to give some time to the second try.

We also should consider not returning SERVFAIL on iOS, the system seems to cache such responses.