←back to thread

306 points carlos-menezes | 2 comments | | HN request time: 0.476s | source
Show context
lysace ◴[] No.41890996[source]
> We find that over fast Internet, the UDP+QUIC+HTTP/3 stack suffers a data rate reduction of up to 45.2% compared to the TCP+TLS+HTTP/2 counterpart.

Haven't read the whole paper yet, but below 600 Mbit/s is implied as being "Slow Internet" in the intro.

replies(9): >>41891071 #>>41891077 #>>41891146 #>>41891362 #>>41891480 #>>41891497 #>>41891574 #>>41891685 #>>41891800 #
1. cj ◴[] No.41891574[source]
In other words:

Enable http/3 + quic between client browser <> edge and restrict edge <> origin connections to http/2 or http/1

Cloudflare (as an example) only supports QUIC between client <> edge and doesn’t support it for connections to origin. Makes sense if the edge <> origin connection is reusable, stable, and “fast”.

https://developers.cloudflare.com/speed/optimization/protoco...

replies(1): >>41892865 #
2. dilyevsky ◴[] No.41892865[source]
Cloudflare tunnels work over quic so this is not entirely correct