Skip to content

Commit

Permalink
docs(roadmap): Remove handshake optimizations on TCP
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Feb 15, 2023
1 parent b5fd220 commit 90fd6d4
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,6 @@ argue that that demand follows this roadmap item and not the other way round.)
Once WebRTC for browser-to-server is complete, we can begin work on **browser-to-browser** and complete the WebRTC connectivity story.
We need to improve rust-libp2p's WASM story first.

## Handshake optimizations

| Category | Status | Target Completion | Tracking | Dependencies | Dependents |
|--------------|--------|-------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|--------------|------------|
| Optimization | todo | Q2/2023 | Security protocol in multiaddr https://github.com/libp2p/specs/pull/353 and early muxer negotiation https://github.com/libp2p/rust-libp2p/issues/2994 | | |

Short term, investing into rust-libp2p's QUIC support will likely give us a larger performance win,
thus neither of the two optimizations is planned for 2022. While great to have, it has not been
requested from any rust-libp2p users.

Long term, given that this will give us a great performance gain, we should definitely tackle it. It
also allows us to catch up and thus be consistent with go-libp2p.

## WebTransport

| Category | Status | Target Completion | Tracking | Dependencies | Dependents |
Expand Down

0 comments on commit 90fd6d4

Please sign in to comment.