Skip to content

Commit 771fed5

Browse files
committed
docs(roadmap): Mark alpha QUIC as done and add quinn work
- Implementation based on `quinn-proto` was added in libp2p#2289 - Add new entry to evaluate using `quinn` directly
1 parent d82c2a1 commit 771fed5

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

ROADMAP.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,15 @@ roadmap](https://github.com/libp2p/specs/blob/master/ROADMAP.md).
6464

6565
## Appendix
6666

67-
### QUIC support
67+
### Alpha QUIC support
6868

69-
| Category | Status | Target Completion | Tracking | Dependencies | Dependents |
70-
|--------------|-------------|-------------------|---------------------------------------------------|---------------------------------------------------------------------|------------|
71-
| Connectivity | In progress | Q4/2022 | https://github.com/libp2p/rust-libp2p/issues/2883 | https://github.com/libp2p/test-plans/issues/53 | |
69+
| Category | Status | Target Completion | Tracking | Dependencies | Dependents |
70+
|--------------|--------|-------------------|---------------------------------------------------|------------------------------------------------|------------|
71+
| Connectivity | Done | Q4/2022 | https://github.com/libp2p/rust-libp2p/issues/2883 | https://github.com/libp2p/test-plans/issues/53 | |
7272

7373
QUIC has been on the roadmap for a long time. It enables various performance improvements as well as
7474
higher hole punching success rates. We are close to finishing a first version with
75-
https://github.com/libp2p/rust-libp2p/pull/2289 and will improve from there. See tracking issue
76-
https://github.com/libp2p/rust-libp2p/issues/2883.
75+
https://github.com/libp2p/rust-libp2p/pull/2289.
7776

7877
### WebRTC support (browser-to-server)
7978

@@ -119,6 +118,14 @@ management generic allows users to build advanced and efficient abstractions on
119118

120119
First draft is in https://github.com/libp2p/rust-libp2p/pull/2828
121120

121+
### QUIC - evaluate and move to quinn
122+
123+
| Category | Status | Target Completion | Tracking | Dependencies | Dependents |
124+
|--------------|--------|-------------------|---------------------------------------------------|--------------|------------|
125+
| Connectivity | todo | Q1/2023 | https://github.com/libp2p/rust-libp2p/issues/2883 | | |
126+
127+
We added alpha support for QUIC in Q4/2022 wrapping `quinn-proto`. Evaluate using `quinn` directly, replacing the wrapper.
128+
122129
### Kademlia efficient querying
123130

124131
| Category | Status | Target Completion | Tracking | Dependencies | Dependents |

0 commit comments

Comments
 (0)