We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11625d6 commit c3cfc20Copy full SHA for c3cfc20
aspnetcore/fundamentals/servers/kestrel/http3.md
@@ -30,7 +30,6 @@ uid: fundamentals/servers/kestrel/http3
30
| Feature | `HTTP/2` | `HTTP/3` |
31
|--------------|-------------------------------------------------------------|----------------------------------------------------------|
32
| Transport | Uses [TCP](https://developer.mozilla.org/docs/Glossary/TCP) | Uses [QUIC](https://www.rfc-editor.org/rfc/rfc9000.html) |
33
-| Layer | | |
34
| Connection | Slower due to TCP + TLS | Faster with 0-RTT QUIC |
35
| Setup | handshake | handshakes |
36
| Head-of-Line | Affected by TCP-level | Eliminated with QUIC |
0 commit comments