File tree 1 file changed +8
-8
lines changed
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
8
8
This is the roadmap of the Rust implementation of libp2p. See also the [ general libp2p project
9
9
roadmap] ( https://github.com/libp2p/specs/blob/master/ROADMAP.md ) .
10
10
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
-
19
11
## Attempt to switch from webrtc-rs to str0m
20
12
21
13
| Category | Status | Target Completion | Tracking | Dependencies | Dependents |
@@ -180,3 +172,11 @@ QUIC](https://github.com/libp2p/specs/blob/master/relay/DCUtR.md#the-protocol).
180
172
181
173
Kademlia client mode will enhance routing table health and thus have a positive impact on all
182
174
Kademlia 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