DNSCrypt-TCP is way slower than DnsOverHTTPS #3264
eernam
started this conversation in
Potential issues
Replies: 1 comment
-
|
DNSCrypt uses the same transport mechanisms as standard DNS. It was designed primarily for UDP, with TCP used only rarely, only for very large responses. When TCP is used, a new connection is established for each query. Forcing all traffic over TCP was mainly introduced for Tor, although relaying DNS over Tor has become less relevant since the introduction of DNS relays. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
DNSCrypt-TCP is way slower than DnsOverHTTPS? Isn't DNScrypt protocol use simple encryption than DOH so should be faster?
Beta Was this translation helpful? Give feedback.
All reactions