From 2cd05e1909f8ffa8e73f45beeb4c9f362be5a26c Mon Sep 17 00:00:00 2001 From: Vladimir Homutov Date: Fri, 21 Aug 2020 14:55:32 +0300 Subject: [PATCH] QUIC: updated README. - version negotiation is implemented - quic recovery implementation is greatly improved --- README | 6 +++--- 1 file 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