diff --git a/ROADMAP.md b/ROADMAP.md index e0dc7b73a..5607adebe 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -23,6 +23,7 @@ third-party ownership of data. - [✈️ WebTransport](#✈️-webtransport) - [⏱ Full Observability](#⏱-full-observability) - [🧪 Automated compatibility testing](#🧪-automated-compatibility-testing) + - [Stream Migration Protocol](#stream-migration-protocol) - [WebRTC](#webrtc) - [🤝 Low latency, efficient connection handshake](#🤝-low-latency-efficient-connection-handshake) - [🛣️ Peer Routing Records](#🛣️-peer-routing-records) @@ -283,6 +284,18 @@ the [libp2p test-plans repository]. - [First proof of concept](https://github.com/libp2p/test-plans/pull/20) +### Stream Migration Protocol + +**What?** A protocol to migrate a stream from one connection to another. + +**Why?** Among others, this allows the migration of streams from a relayed +connection to a direct connection. + +**Links:*** + +- Tracking issue https://github.com/libp2p/specs/issues/328 +- Specification draft https://github.com/libp2p/specs/pull/406#discussion_r852835671 + ### WebRTC **Status**: In progress