README: updated info about incomplete features.

This commit is contained in:
Sergey Kandaurov 2022-01-26 14:15:40 +03:00
parent abcf055579
commit 1c65bfc630
1 changed files with 0 additions and 15 deletions

15
README
View File

@ -52,21 +52,6 @@ Experimental QUIC support for nginx
+ 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