diff 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
line wrap: on
line diff
--- a/README
+++ b/README
@@ -51,14 +51,13 @@ 1. Introduction
       subsequently reference them from header blocks
     + Version Negotiation packet is sent to client with unknown version
     + Lost packets are detected and retransmitted properly
+    + Clients may migrate to new address
 
      Not (yet) supported features:
 
     - Explicit Congestion Notification (ECN) as specified in quic-recovery [5]
     - A connection with the spin bit succeeds and the bit is spinning
     - Structured Logging
-    - NAT Rebinding
-    - Address Mobility
     - HTTP/3 trailers
 
     Since the code is experimental and still under development,