QUIC: updated README.

- version negotiation is implemented
 - quic recovery implementation is greatly improved
This commit is contained in:
Vladimir Homutov 2020-08-21 14:55:32 +03:00
parent b9b0e8f5d7
commit a6cff7c24d
1 changed files with 3 additions and 3 deletions

6
README
View File

@ -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