# HG changeset patch # User Sergey Kandaurov # Date 1589463226 -10800 # Node ID 2b580ac17a47a711a305b36d9ff78c3c34300c1d # Parent a9cc1627cf1c8898daf168e1d704e4e981c12f6b README: Retry support, protocol error messages implemented. diff --git a/README b/README --- a/README +++ b/README @@ -43,6 +43,7 @@ 1. Introduction + One endpoint can update keys and its peer responds correctly + 00-RTT data is being received and acted on + Connection is established using TLS Resume Ticket + + A handshake that includes a Retry packet completes successfully + Stream data is being exchanged and ACK'ed + An H3 transaction succeeded + One or both endpoints insert entries into dynamic table and @@ -51,7 +52,6 @@ 1. Introduction Not (yet) supported features: - Version negotiation - - Stateless Retry - ECN, Congestion control and friends as specified in quic-recovery [5] - A connection with the spin bit succeeds and the bit is spinning - Structured Logging @@ -64,9 +64,6 @@ 1. Introduction Since the code is experimental and still under development, a lot of things may not work as expected, for example: - - Protocol error messages are not implemented, in case of error connection - closes silently for peer - - ACK handling is basic: every received ack-eliciting packet is acknowledged, no ack ranges are used