comparison README @ 8065:cec7f207a4bf quic

QUIC: updated README. - version negotiation is implemented - quic recovery implementation is greatly improved
author Vladimir Homutov <vl@nginx.com>
date Fri, 21 Aug 2020 14:55:32 +0300
parents affb0245e291
children 57e5393e5d40
comparison
equal deleted inserted replaced
8064:11fc65261689 8065:cec7f207a4bf
50 + A handshake that includes a Retry packet completes successfully 50 + A handshake that includes a Retry packet completes successfully
51 + Stream data is being exchanged and ACK'ed 51 + Stream data is being exchanged and ACK'ed
52 + An H3 transaction succeeded 52 + An H3 transaction succeeded
53 + One or both endpoints insert entries into dynamic table and 53 + One or both endpoints insert entries into dynamic table and
54 subsequently reference them from header blocks 54 subsequently reference them from header blocks
55 + Version Negotiation packet is sent to client with unknown version
56 + Lost packets are detected and retransmitted properly
55 57
56 Not (yet) supported features: 58 Not (yet) supported features:
57 59
58 - Version negotiation 60 - Explicit Congestion Notification (ECN) as specified in quic-recovery [5]
59 - ECN, Congestion control and friends as specified in quic-recovery [5]
60 - A connection with the spin bit succeeds and the bit is spinning 61 - A connection with the spin bit succeeds and the bit is spinning
61 - Structured Logging 62 - Structured Logging
62 - QUIC recovery (proper congestion and flow control)
63 - NAT Rebinding 63 - NAT Rebinding
64 - Address Mobility 64 - Address Mobility
65 - HTTP/3 trailers 65 - HTTP/3 trailers
66 66
67 Since the code is experimental and still under development, 67 Since the code is experimental and still under development,