aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Homutov <vl@nginx.com>2020-08-21 14:55:32 +0300
committerVladimir Homutov <vl@nginx.com>2020-08-21 14:55:32 +0300
commit2cd05e1909f8ffa8e73f45beeb4c9f362be5a26c (patch)
treee69eb35c17088f09a9584bb59748566e9330e8ca
parente153f4993c62e02f14da07fcf68d8c24ba189d3b (diff)
downloadnginx-2cd05e1909f8ffa8e73f45beeb4c9f362be5a26c.tar.gz
nginx-2cd05e1909f8ffa8e73f45beeb4c9f362be5a26c.zip
QUIC: updated README.
- version negotiation is implemented - quic recovery implementation is greatly improved
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index a95b87838..97b2fe4cc 100644
--- a/README
+++ b/README
@@ -52,14 +52,14 @@ Experimental QUIC support for nginx
+ An H3 transaction succeeded
+ One or both endpoints insert entries into dynamic table and
subsequently reference them from header blocks
+ + Version Negotiation packet is sent to client with unknown version
+ + Lost packets are detected and retransmitted properly
Not (yet) supported features:
- - Version negotiation
- - ECN, Congestion control and friends as specified in quic-recovery [5]
+ - Explicit Congestion Notification (ECN) as specified in quic-recovery [5]
- A connection with the spin bit succeeds and the bit is spinning
- Structured Logging
- - QUIC recovery (proper congestion and flow control)
- NAT Rebinding
- Address Mobility
- HTTP/3 trailers