mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-30 11:11:21 +00:00
chore(roadmap): move QUIC quinn to done
Done with https://github.com/libp2p/rust-libp2p/pull/3454. Pull-Request: #4277.
This commit is contained in:
parent
d20dec05be
commit
c86b665a65
16
ROADMAP.md
16
ROADMAP.md
@ -8,14 +8,6 @@ This is a living document. Input is always welcome e.g. via GitHub issues or pul
|
|||||||
This is the roadmap of the Rust implementation of libp2p. See also the [general libp2p project
|
This is the roadmap of the Rust implementation of libp2p. See also the [general libp2p project
|
||||||
roadmap](https://github.com/libp2p/specs/blob/master/ROADMAP.md).
|
roadmap](https://github.com/libp2p/specs/blob/master/ROADMAP.md).
|
||||||
|
|
||||||
## QUIC - evaluate and move to quinn
|
|
||||||
|
|
||||||
| Category | Status | Target Completion | Tracking | Dependencies | Dependents |
|
|
||||||
|--------------|--------|-------------------|---------------------------------------------------|--------------|------------|
|
|
||||||
| Connectivity | todo | Q3/2023 | https://github.com/libp2p/rust-libp2p/issues/2883 | | |
|
|
||||||
|
|
||||||
We added alpha support for QUIC in Q4/2022 wrapping `quinn-proto`. Evaluate using `quinn` directly, replacing the wrapper.
|
|
||||||
|
|
||||||
## Attempt to switch from webrtc-rs to str0m
|
## Attempt to switch from webrtc-rs to str0m
|
||||||
|
|
||||||
| Category | Status | Target Completion | Tracking | Dependencies | Dependents |
|
| Category | Status | Target Completion | Tracking | Dependencies | Dependents |
|
||||||
@ -180,3 +172,11 @@ QUIC](https://github.com/libp2p/specs/blob/master/relay/DCUtR.md#the-protocol).
|
|||||||
|
|
||||||
Kademlia client mode will enhance routing table health and thus have a positive impact on all
|
Kademlia client mode will enhance routing table health and thus have a positive impact on all
|
||||||
Kademlia operations.
|
Kademlia operations.
|
||||||
|
|
||||||
|
## QUIC - evaluate and move to quinn
|
||||||
|
|
||||||
|
| Category | Status | Target Completion | Tracking | Dependencies | Dependents |
|
||||||
|
|--------------|--------|-------------------|---------------------------------------------------|--------------|------------|
|
||||||
|
| Connectivity | done | Q3/2023 | https://github.com/libp2p/rust-libp2p/issues/2883 | | |
|
||||||
|
|
||||||
|
We added alpha support for QUIC in Q4/2022 wrapping `quinn-proto`. Evaluate using `quinn` directly, replacing the wrapper.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user