changeset 8527:cec7f207a4bf quic

QUIC: updated README. - version negotiation is implemented - quic recovery implementation is greatly improved
author Vladimir Homutov <vl@nginx.com>
date Fri, 21 Aug 2020 14:55:32 +0300
parents 11fc65261689
children 97da6521657c
files README
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README
+++ b/README
@@ -52,14 +52,14 @@ 1. Introduction
     + 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