net/dns/resolver: remove unused responseTimeout constant
Timeout is now enforced elsewhere, see discussion in https://github.com/tailscale/tailscale/pull/4408#discussion_r970092333. Signed-off-by: Mihai Parparita <mihai@tailscale.com>
This commit is contained in:
parent
0f16640546
commit
82e82d9b7a
|
@ -58,9 +58,6 @@ func truncatedFlagSet(pkt []byte) bool {
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// responseTimeout is the maximal amount of time to wait for a DNS response.
|
|
||||||
responseTimeout = 5 * time.Second
|
|
||||||
|
|
||||||
// dohTransportTimeout is how long to keep idle HTTP
|
// dohTransportTimeout is how long to keep idle HTTP
|
||||||
// connections open to DNS-over-HTTPs servers. This is pretty
|
// connections open to DNS-over-HTTPs servers. This is pretty
|
||||||
// arbitrary.
|
// arbitrary.
|
||||||
|
|
Loading…
Reference in New Issue