@@ -43,7 +43,7 @@ Implement the new AutoNAT v2 specification. See https://github.com/libp2p/specs/
43
43
## Optimize Hole punching
44
44
45
45
| Category | Status | Target Completion | Tracking | Dependencies | Dependents |
46
- | --------------+ --------+ -------------------+ ----------+ --------------+ ------------|
46
+ | --------------| --------| -------------------| ----------| --------------| ------------|
47
47
| Optimization | todo | | | | |
48
48
49
49
We released hole punching support with [ rust-libp2p
@@ -58,7 +58,7 @@ hole punching stack.
58
58
## Improved Wasm support
59
59
60
60
| Category | Status | Target Completion | Tracking | Dependencies | Dependents |
61
- | ----------------------+ --------+ -------------------+ ---------------------------------------------------+ --------------+ ----------------------------------------------|
61
+ | ----------------------| --------| -------------------| ---------------------------------------------------| --------------| ----------------------------------------------|
62
62
| Developer ergonomics | todo | | https://github.com/libp2p/rust-libp2p/issues/2617 | | [ WebRTC] ( #webrtc-support-browser-to-browser ) |
63
63
64
64
The project supports Wasm already today, though the developer experience is cumbersome at best.
@@ -70,7 +70,7 @@ argue that that demand follows this roadmap item and not the other way round.)
70
70
## WebRTC in the browser via WASM
71
71
72
72
| Category | Status | Target Completion | Tracking | Dependencies | Dependents |
73
- | --------------+ --------+ -------------------+ --------------------------------------------+ -------------------------------------------------------------------------------------------+ ------------|
73
+ | --------------| --------| -------------------| --------------------------------------------| -------------------------------------------------------------------------------------------| ------------|
74
74
| Connectivity | todo | | https://github.com/libp2p/specs/issues/475 | [ Improved WASM support] ( #improved-wasm-support ) , https://github.com/libp2p/specs/pull/497 | |
75
75
76
76
Use the browser's WebRTC stack to support
@@ -114,8 +114,8 @@ https://github.com/libp2p/rust-libp2p/pull/2289.
114
114
115
115
### WebRTC support (browser-to-server)
116
116
117
- | Category | Status | Target Completion | Tracking | Dependencies | Dependents |
118
- | --------------| --------| -------------------| ------------------------------------------| ------------------------------------------------ | -------------------------------------------------------------------|
117
+ | Category | Status | Target Completion | Tracking | Dependencies | Dependents |
118
+ | --------------| --------| -------------------| ------------------------------------------| -----------------------------------------------| -------------------------------------------------------------------|
119
119
| Connectivity | Done | Q4/2022 | https://github.com/libp2p/specs/pull/412 | https://github.com/libp2p/test-plans/pull/100 | [ WebRTC (browser-to-browser)] ( #webrtc-support-browser-to-browser ) |
120
120
121
121
We are currently implementing WebRTC for ** browser-to-server** connectivity in
@@ -138,9 +138,9 @@ work before that.
138
138
139
139
### Generic connection management
140
140
141
- | Category | Status | Target Completion | Tracking | Dependencies | Dependents |
142
- | ----------------------| ------------- | -------------------| ---------------------------------------------------| --------------| ------------|
143
- | Developer Ergonomics | done | Q1/2023 | https://github.com/libp2p/rust-libp2p/issues/2824 | | |
141
+ | Category | Status | Target Completion | Tracking | Dependencies | Dependents |
142
+ | ----------------------| --------| -------------------| ---------------------------------------------------| --------------| ------------|
143
+ | Developer Ergonomics | done | Q1/2023 | https://github.com/libp2p/rust-libp2p/issues/2824 | | |
144
144
145
145
Today connection management functionality in rust-libp2p is limited. Building abstractions on top is
146
146
cumbersome and inefficient. See https://github.com/libp2p/rust-libp2p/issues/2824 . Making connection
@@ -174,9 +174,9 @@ QUIC](https://github.com/libp2p/specs/blob/master/relay/DCUtR.md#the-protocol).
174
174
175
175
## Kademlia client mode
176
176
177
- | Category | Status | Target Completion | Tracking | Dependencies | Dependents |
178
- | --------------| ------------- | -------------------| ---------------------------------------------------| -----------------------------------------------------------------| ------------|
179
- | Optimization | Done | Q2/2023 | https://github.com/libp2p/rust-libp2p/issues/2032 | [ Cross behaviour communication] ( #cross-behaviour-communication ) | |
177
+ | Category | Status | Target Completion | Tracking | Dependencies | Dependents |
178
+ | --------------| --------| -------------------| ---------------------------------------------------| -----------------------------------------------------------------| ------------|
179
+ | Optimization | Done | Q2/2023 | https://github.com/libp2p/rust-libp2p/issues/2032 | [ Cross behaviour communication] ( #cross-behaviour-communication ) | |
180
180
181
181
Kademlia client mode will enhance routing table health and thus have a positive impact on all
182
- Kademlia operations.
182
+ Kademlia operations.
0 commit comments