changeset 8983:3b7e690dda27 quic

README: updated info about incomplete features.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 26 Jan 2022 14:15:40 +0300
parents 8f5d0ade0da7
children a7b789e2be27
files README
diffstat 1 files changed, 0 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/README
+++ b/README
@@ -52,21 +52,6 @@ 1. Introduction
     + 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
-
-    Since the code is experimental and still under development,
-    a lot of things may not work as expected, for example:
-
-    - Flow control mechanism is basic and intended to avoid CPU hog and make
-      simple interactions possible
-
-    - Not all protocol requirements are strictly followed; some of checks are
-      omitted for the sake of simplicity of initial implementation
-
 2. Installing
 
     You will need a BoringSSL [4] library that provides QUIC support