From d14a27f193df817d75f55fed8134148a339b8bb9 Mon Sep 17 00:00:00 2001 From: Lucas Clemente Date: Wed, 18 May 2016 23:22:34 +0200 Subject: [PATCH] update roadmap --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a0fdcd97..14b33dc0 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ Done: - Basic protocol with support for QUIC version 30, 31 and 32 - HTTP/2 support - Crypto (RSA for signing, curve25519 for KEX, chacha20-poly1305 as cipher) -- Basic loss detection (currently only fast retransmission) & retransmission -- Flow Control when sending +- Loss detection and retransmission (currently fast retransmission & RTO) +- Flow Control - Congestion control using cubic Major TODOs: @@ -24,12 +24,9 @@ Major TODOs: - Performance - Better packet loss detection - Support for QUIC versions 33 & 34 -- Flow Control when receiving -- Some special cases -- Better error handling - Connection migration -- Public API cleanup - QUIC client +- Public API design - Integration into caddy (mostly to figure out the right server API) ## Guides