]> git.kaiwu.me - nginx.git/commitdiff
QUIC: updated README.
authorVladimir Homutov <vl@nginx.com>
Fri, 21 Aug 2020 11:55:32 +0000 (14:55 +0300)
committerVladimir Homutov <vl@nginx.com>
Fri, 21 Aug 2020 11:55:32 +0000 (14:55 +0300)
 - version negotiation is implemented
 - quic recovery implementation is greatly improved

README

diff --git a/README b/README
index a95b87838be5d331147f5ee702a66e74f32ba926..97b2fe4cc540d2bb2c044494ec110d6f09c7935b 100644 (file)
--- 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