Skip to content

Commit c86b665

Browse files
authored
chore(roadmap): move QUIC quinn to done
Done with #3454. Pull-Request: #4277.
1 parent d20dec0 commit c86b665

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ROADMAP.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ This is a living document. Input is always welcome e.g. via GitHub issues or pul
88
This is the roadmap of the Rust implementation of libp2p. See also the [general libp2p project
99
roadmap](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

181173
Kademlia client mode will enhance routing table health and thus have a positive impact on all
182174
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.

0 commit comments

Comments
 (0)