comparison README @ 8763:4117aa7fa38e quic

QUIC: connection migration. The patch adds proper transitions between multiple networking addresses that can be used by a single quic connection. New networking paths are validated using PATH_CHALLENGE/PATH_RESPONSE frames.
author Vladimir Homutov <vl@nginx.com>
date Thu, 29 Apr 2021 15:35:02 +0300
parents c8bda5e1e662
children 8422570f6af4
comparison
equal deleted inserted replaced
8762:12f18e0bca09 8763:4117aa7fa38e
49 + An H3 transaction succeeded 49 + An H3 transaction succeeded
50 + One or both endpoints insert entries into dynamic table and 50 + One or both endpoints insert entries into dynamic table and
51 subsequently reference them from header blocks 51 subsequently reference them from header blocks
52 + Version Negotiation packet is sent to client with unknown version 52 + Version Negotiation packet is sent to client with unknown version
53 + Lost packets are detected and retransmitted properly 53 + Lost packets are detected and retransmitted properly
54 + Clients may migrate to new address
54 55
55 Not (yet) supported features: 56 Not (yet) supported features:
56 57
57 - Explicit Congestion Notification (ECN) as specified in quic-recovery [5] 58 - Explicit Congestion Notification (ECN) as specified in quic-recovery [5]
58 - A connection with the spin bit succeeds and the bit is spinning 59 - A connection with the spin bit succeeds and the bit is spinning
59 - Structured Logging 60 - Structured Logging
60 - NAT Rebinding
61 - Address Mobility
62 - HTTP/3 trailers 61 - HTTP/3 trailers
63 62
64 Since the code is experimental and still under development, 63 Since the code is experimental and still under development,
65 a lot of things may not work as expected, for example: 64 a lot of things may not work as expected, for example:
66 65