Y
Hacker News
new
|
ask
|
show
|
jobs
by
mdellabitta
2933 days ago
DNS over HTTPS is actually a lot slower to resolve than traditional UDP DNS.
1 comments
gsich
2933 days ago
Yes, but only because of TCP and TLS connection overhead.
Once the connection is established, response time is similar to UDP.
link
yjftsjthsd-h
2933 days ago
Does the connection get reused?
link
cbsmith
2933 days ago
Yes.
link
gsich
2933 days ago
Not for long.
link
tracker1
2932 days ago
If the browser is controlling the resolver in question, there's no reason not to hold long-running connections, or reconnecting on disconnect.
link
Once the connection is established, response time is similar to UDP.