/webrtc-direct listener breaks Status page #2176
Labels
effort/days
Estimated to take multiple days, but less than a week
exp/expert
Having worked on the specific codebase is important
kind/bug
A bug in existing code (including security flaws)
P1
High: Likely tackled by core team if no one steps up
Describe the bug
This is the same problems as #2033 but for
/webrtc-direct
To Reproduce
"/ip4/0.0.0.0/udp/4002/webrtc-direct"
toAddresses.Swarm
ipfs config Swarm.Transports.Network.WebRTCDirect --json true
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 byipfs.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
andwebrtc
https://github.com/multiformats/multiaddr/blob/master/protocols.csvThe text was updated successfully, but these errors were encountered: