|
1 | 1 | --- |
2 | | -title: Support Discovery Research and Libp2p QUIC |
| 2 | +title: QUIC Transport in Logos Delivery |
3 | 3 | tags: |
4 | | - - messaging-milestone |
| 4 | + - messaging-milestone |
5 | 5 | date: 2025-12-03 |
6 | 6 | --- |
7 | 7 |
|
8 | | -# Support Discovery Research and Libp2p QUIC |
| 8 | +# QUIC Transport in Logos Delivery |
9 | 9 |
|
10 | | -**Estimated date of completion**: {Enter date} |
| 10 | +**Estimated date of completion**: Testnet v0.2 |
11 | 11 |
|
12 | | -**Resources Required for 2025H2**: 0.5 Nim Engineer |
| 12 | +**Resources Required**: 0.5 Nim Engineer |
13 | 13 |
|
14 | | -Proceed with several items to support internal teams. |
| 14 | +Replace legacy multiplexers (Yamux, Mplex) with QUIC transport. The old multiplexers are going towards deprecation — Yamux is inefficient, Mplex is outdated. QUIC should be prioritized. |
15 | 15 |
|
16 | 16 | ## FURPS |
17 | 17 |
|
18 | | -- [{Feature Name}]({path/to/furps/file}): {list of furps: F1, etc} |
| 18 | +- [Messaging API](/messaging/furps/core/messaging_sdk.md): S4. QUIC transport is supported for peer-to-peer message routing connections. |
19 | 19 |
|
20 | 20 | ## Risks |
21 | 21 |
|
22 | | -| Risk | (Accept, Own, Mitigation) | |
23 | | -|--------|-------------------------------| |
24 | | -| [Risk] | [how to we address this risk] | |
| 22 | +| Risk | (Accept, Own, Mitigation) | |
| 23 | +| -------------------------- | -------------------------------------------------------------------------------------- | |
| 24 | +| QUIC maturity in nim-libp2p | QUIC support in nim-libp2p may not be production-ready. Trial and evaluate early. | |
25 | 25 |
|
26 | | -## Deliverables |
| 26 | +## Deliverables |
27 | 27 |
|
28 | 28 | ### [Trial QUIC](https://github.com/waku-org/pm/issues/324) |
29 | 29 |
|
30 | | -**Owner**: Nim Messaging Team |
| 30 | +**Owner**: Delivery Team |
31 | 31 |
|
32 | | -**Feature**: [nwaku](/messaging/furps/application/nwaku.md) |
| 32 | +**Feature**: [Messaging API](/messaging/furps/core/messaging_sdk.md) |
33 | 33 |
|
34 | 34 | **FURPS**: |
35 | 35 | - S4. QUIC transport is supported for peer-to-peer message routing connections. |
|
0 commit comments