@@ -64,16 +64,15 @@ roadmap](https://github.com/libp2p/specs/blob/master/ROADMAP.md).
64
64
65
65
## Appendix
66
66
67
- ### QUIC support
67
+ ### Alpha QUIC support
68
68
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 | |
72
72
73
73
QUIC has been on the roadmap for a long time. It enables various performance improvements as well as
74
74
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 .
77
76
78
77
### WebRTC support (browser-to-server)
79
78
@@ -119,6 +118,14 @@ management generic allows users to build advanced and efficient abstractions on
119
118
120
119
First draft is in https://github.com/libp2p/rust-libp2p/pull/2828
121
120
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
+
122
129
### Kademlia efficient querying
123
130
124
131
| Category | Status | Target Completion | Tracking | Dependencies | Dependents |
0 commit comments