-
Notifications
You must be signed in to change notification settings - Fork 526
Closed
Labels
P1High: Likely tackled by core team if no one steps upHigh: Likely tackled by core team if no one steps upeffort/daysEstimated to take multiple days, but less than a weekEstimated to take multiple days, but less than a weekexp/expertHaving worked on the specific codebase is importantHaving worked on the specific codebase is importantkind/bugA bug in existing code (including security flaws)A bug in existing code (including security flaws)
Description
Describe the bug
This is the same problems as #2033 but for /webrtc-direct
To Reproduce
- Run Kubo v0.24.0
- Enable WebRTCDirect by
- adding
"/ip4/0.0.0.0/udp/4002/webrtc-direct"toAddresses.Swarm - enabling transport via
ipfs config Swarm.Transports.Network.WebRTCDirect --json true
- adding
- Restart node, wait a minute for listeners to set up via UPnP
- Open webui
- See broken state:
See Release Notes for more info: https://github.com/ipfs/kubo/blob/master/docs/changelogs/v0.24.md
Expected behavior
Show /webrtc-direct (spec) listeners returned by ipfs.id
While at it, also make sure /webrtc (spec) is supported as well (not in kubo yet, but will be added in near future).
To avoid a big refactor, a fix similar to patches/multiaddr+8.1.2.patch from #2057 would be sufficient for solving the problem at hand.
Add codes for webrtc-direct and webrtc https://github.com/multiformats/multiaddr/blob/master/protocols.csv
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P1High: Likely tackled by core team if no one steps upHigh: Likely tackled by core team if no one steps upeffort/daysEstimated to take multiple days, but less than a weekEstimated to take multiple days, but less than a weekexp/expertHaving worked on the specific codebase is importantHaving worked on the specific codebase is importantkind/bugA bug in existing code (including security flaws)A bug in existing code (including security flaws)
