From 31da9b25c9716de2b76f02a57deab6db6e1f9334 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Tue, 20 Jun 2023 12:45:58 +0200 Subject: [PATCH] chore(roadmap): move QUIC hole punching to done Pull-Request: #4096. Co-Authored-By: Max Inden --- ROADMAP.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 620b168b734..863a3150b34 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -16,15 +16,6 @@ roadmap](https://github.com/libp2p/specs/blob/master/ROADMAP.md). We added alpha support for QUIC in Q4/2022 wrapping `quinn-proto`. Evaluate using `quinn` directly, replacing the wrapper. -## QUIC - implement hole punching - -| Category | Status | Target Completion | Tracking | Dependencies | Dependents | -|--------------|--------|-------------------|---------------------------------------------------|--------------|------------| -| Connectivity | todo | Q3/2023 | https://github.com/libp2p/rust-libp2p/issues/2883 | | | - -Add hole punching support for QUIC. See also [DCUtR specification on usage with -QUIC](https://github.com/libp2p/specs/blob/master/relay/DCUtR.md#the-protocol). - ## Attempt to switch from webrtc-rs to str0m | Category | Status | Target Completion | Tracking | Dependencies | Dependents | @@ -172,6 +163,15 @@ protocols) between `NetworkBehaviour` implementations. Long term we might consider a generic approach for `NetworkBehaviours` to exchange data. Though that would deserve its own roadmap item. +## QUIC - implement hole punching + +| Category | Status | Target Completion | Tracking | Dependencies | Dependents | +|--------------|--------|-------------------|---------------------------------------------------|--------------|------------| +| Connectivity | done | Q3/2023 | https://github.com/libp2p/rust-libp2p/issues/2883 | | | + +Add hole punching support for QUIC. See also [DCUtR specification on usage with +QUIC](https://github.com/libp2p/specs/blob/master/relay/DCUtR.md#the-protocol). + ## Kademlia client mode | Category | Status | Target Completion | Tracking | Dependencies | Dependents | @@ -179,4 +179,4 @@ would deserve its own roadmap item. | Optimization | Done | Q2/2023 | https://github.com/libp2p/rust-libp2p/issues/2032 | [Cross behaviour communication](#cross-behaviour-communication) | | Kademlia client mode will enhance routing table health and thus have a positive impact on all -Kademlia operations. +Kademlia operations. \ No newline at end of file