From dfb6f55deb1227b4e53d37273747ae8d1d29818b Mon Sep 17 00:00:00 2001 From: Max Inden Date: Mon, 31 Jul 2023 21:58:47 +0200 Subject: [PATCH] chore(roadmpa): move QUIC quinn to done --- ROADMAP.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index a148de5794e..fc0ad003f49 100644 --- a/ROADMAP.md +++ b/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 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 | 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 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.