Skip to content

Commit 4d1f77c

Browse files
Update docs/public-dns/choosing-a-protocol.md
Co-authored-by: Helen <[email protected]>
1 parent dcc78e7 commit 4d1f77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/public-dns/choosing-a-protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ When it comes to privacy, DoT isn’t the strongest option. Because it uses a de
1717

1818
DNS-over-HTTPS sends your DNS queries through the same secure connection used to load websites — over port 443. This makes it harder for networks or censors to detect or block, which is great for privacy and especially useful when bypassing censorship.
1919

20-
However, it can be unstable and result in performance issues. When all data packets share the same connection, they rely on the same transport layer. This can cause a problem called head-of-line blocking. If one packet is lost or delayed, it holds up everything else, even other packets that aren't related. As a result, all responses get delayed, even if most of the data is ready to be delivered.
20+
However, it can be unstable and result in performance issues. When all data packets share the same connection, they rely on the same transport layer. This can cause a problem called head-of-line blocking. If one packet is lost or delayed, it holds up everything else, including unrelated packets. As a result, all responses are delayed, even if most of the data is ready to be delivered.
2121

2222
### DNS-over-QUIC (DoQ)
2323

0 commit comments

Comments
 (0)