mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
update roadmap
This commit is contained in:
parent
838291cd14
commit
d14a27f193
1 changed files with 3 additions and 6 deletions
|
@ -14,8 +14,8 @@ Done:
|
||||||
- Basic protocol with support for QUIC version 30, 31 and 32
|
- Basic protocol with support for QUIC version 30, 31 and 32
|
||||||
- HTTP/2 support
|
- HTTP/2 support
|
||||||
- Crypto (RSA for signing, curve25519 for KEX, chacha20-poly1305 as cipher)
|
- Crypto (RSA for signing, curve25519 for KEX, chacha20-poly1305 as cipher)
|
||||||
- Basic loss detection (currently only fast retransmission) & retransmission
|
- Loss detection and retransmission (currently fast retransmission & RTO)
|
||||||
- Flow Control when sending
|
- Flow Control
|
||||||
- Congestion control using cubic
|
- Congestion control using cubic
|
||||||
|
|
||||||
Major TODOs:
|
Major TODOs:
|
||||||
|
@ -24,12 +24,9 @@ Major TODOs:
|
||||||
- Performance
|
- Performance
|
||||||
- Better packet loss detection
|
- Better packet loss detection
|
||||||
- Support for QUIC versions 33 & 34
|
- Support for QUIC versions 33 & 34
|
||||||
- Flow Control when receiving
|
|
||||||
- Some special cases
|
|
||||||
- Better error handling
|
|
||||||
- Connection migration
|
- Connection migration
|
||||||
- Public API cleanup
|
|
||||||
- QUIC client
|
- QUIC client
|
||||||
|
- Public API design
|
||||||
- Integration into caddy (mostly to figure out the right server API)
|
- Integration into caddy (mostly to figure out the right server API)
|
||||||
|
|
||||||
## Guides
|
## Guides
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue