enable version 33

fixes #51
This commit is contained in:
Lucas Clemente
2016-05-21 00:05:08 +02:00
parent 241c9f3a3c
commit 6f3d7f5987
3 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ This is very much an incomplete, buggy, unperformant and insecure work in progre
Done:
- Basic protocol with support for QUIC version 30, 31 and 32
- Basic protocol with support for QUIC version 30-33
- HTTP/2 support
- Crypto (RSA for signing, curve25519 for KEX, chacha20-poly1305 as cipher)
- Loss detection and retransmission (currently fast retransmission & RTO)
@@ -23,7 +23,7 @@ Major TODOs:
- Security, especially DOS protections
- Performance
- Better packet loss detection
- Support for QUIC versions 33 & 34
- Support for QUIC version 34
- Connection migration
- QUIC client
- Public API design