File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,6 @@ This is a living document. Input is always welcome e.g. via GitHub issues or pul
88This is the roadmap of the Rust implementation of libp2p. See also the [ general libp2p project
99roadmap] ( https://github.com/libp2p/specs/blob/master/ROADMAP.md ) .
1010
11- ## QUIC - evaluate and move to quinn
12-
13- | Category | Status | Target Completion | Tracking | Dependencies | Dependents |
14- | --------------| --------| -------------------| ---------------------------------------------------| --------------| ------------|
15- | Connectivity | todo | Q3/2023 | https://github.com/libp2p/rust-libp2p/issues/2883 | | |
16-
17- We added alpha support for QUIC in Q4/2022 wrapping ` quinn-proto ` . Evaluate using ` quinn ` directly, replacing the wrapper.
18-
1911## Attempt to switch from webrtc-rs to str0m
2012
2113| Category | Status | Target Completion | Tracking | Dependencies | Dependents |
@@ -180,3 +172,11 @@ QUIC](https://github.com/libp2p/specs/blob/master/relay/DCUtR.md#the-protocol).
180172
181173Kademlia client mode will enhance routing table health and thus have a positive impact on all
182174Kademlia operations.
175+
176+ ## QUIC - evaluate and move to quinn
177+
178+ | Category | Status | Target Completion | Tracking | Dependencies | Dependents |
179+ | --------------| --------| -------------------| ---------------------------------------------------| --------------| ------------|
180+ | Connectivity | done | Q3/2023 | https://github.com/libp2p/rust-libp2p/issues/2883 | | |
181+
182+ We added alpha support for QUIC in Q4/2022 wrapping ` quinn-proto ` . Evaluate using ` quinn ` directly, replacing the wrapper.
You can’t perform that action at this time.
0 commit comments