You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/net/dns/resolver
Brad Fitzpatrick e3a4952527 net/dns/resolver: count errors when racing DNS queries, fail earlier
If all N queries failed, we waited until context timeout (in 5
seconds) to return.

This makes (*forwarder).forward fail fast when the network's
unavailable.

Change-Id: Ibbb3efea7ed34acd3f3b29b5fee00ba8c7492569
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
3 years ago
..
debug.go
doh_test.go
forwarder.go net/dns/resolver: count errors when racing DNS queries, fail earlier 3 years ago
forwarder_test.go net/dns/resolver: make DoH dialer use existing dnscache happy eyeball dialer 3 years ago
macios_ext.go
tsdns.go
tsdns_server_test.go
tsdns_test.go