Also very grateful to #Cloudflare for developing Quiche, an open-source #QUIC and #HTTP3 protocol library written entirely in #Rust:
Please upvote the HN post:
https://news.ycombinator.com/item?id=32155342
@codewiz Meanwhile in Unbound https://blog.nlnetlabs.nl/newsletter-dns-over-quic/
@nlnetlabs Which #QUIC protocol library will be used by #Unbound?
And will #Unbound also add HTTP/3 support to the existing DNS-over-HTTPS implementation?
Having both would be good for benchmarking the effective gains of DoQ vs DoH. My expectation is that query latency will be roughly equivalent, but there should be small savings in terms of bandwidth.
@nlnetlabs Ah, I found the dnsoverquic branch and saw that the test client uses ngtcp2:
https://github.com/NLnetLabs/unbound/blob/dnsoverquic/testcode/doqclient.c
Many thanks to all my former teammates at Google who kept the ball rolling all this time.