# HG changeset patch # User Vladimir Homutov # Date 1598010932 -10800 # Node ID cec7f207a4bfc7ff1ac8c1f9f3b3ea2412384c94 # Parent 11fc65261689e1ef16bffced1ea6c535a5040fe7 QUIC: updated README. - version negotiation is implemented - quic recovery implementation is greatly improved diff --git a/README b/README --- 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