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 e153f4993c
commit 2cd05e1909

6
README
View File

@ -52,14 +52,14 @@ Experimental QUIC support for nginx
+ An H3 transaction succeeded + An H3 transaction succeeded
+ One or both endpoints insert entries into dynamic table and + One or both endpoints insert entries into dynamic table and
subsequently reference them from header blocks 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: Not (yet) supported features:
- Version negotiation - Explicit Congestion Notification (ECN) as specified in quic-recovery [5]
- ECN, Congestion control and friends as specified in quic-recovery [5]
- A connection with the spin bit succeeds and the bit is spinning - A connection with the spin bit succeeds and the bit is spinning
- Structured Logging - Structured Logging
- QUIC recovery (proper congestion and flow control)
- NAT Rebinding - NAT Rebinding
- Address Mobility - Address Mobility
- HTTP/3 trailers - HTTP/3 trailers