Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down