From 90fd6d4e1d30d7b4953a9b144057f677907a9b30 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Wed, 15 Feb 2023 09:39:04 +0100 Subject: [PATCH] docs(roadmap): Remove handshake optimizations on TCP See also https://github.com/libp2p/go-libp2p/pull/1959 --- ROADMAP.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index bde6d5ed113..b8f4e5507a0 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -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 |