diff options
author | Vladimir Homutov <vl@nginx.com> | 2020-08-21 14:55:32 +0300 |
---|---|---|
committer | Vladimir Homutov <vl@nginx.com> | 2020-08-21 14:55:32 +0300 |
commit | 2cd05e1909f8ffa8e73f45beeb4c9f362be5a26c (patch) | |
tree | e69eb35c17088f09a9584bb59748566e9330e8ca | |
parent | e153f4993c62e02f14da07fcf68d8c24ba189d3b (diff) | |
download | nginx-2cd05e1909f8ffa8e73f45beeb4c9f362be5a26c.tar.gz nginx-2cd05e1909f8ffa8e73f45beeb4c9f362be5a26c.zip |
QUIC: updated README.
- version negotiation is implemented
- quic recovery implementation is greatly improved
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |