multiformats / multicodec

Compact self-describing codecs. Save space by using predefined multicodec tables.
MIT License
336 stars 201 forks source link

add webrtc to multiaddr #279

Closed melekes closed 2 years ago

melekes commented 2 years ago

Refs https://github.com/libp2p/specs/pull/412

melekes commented 2 years ago

Why is this a different value than the one in multiformats/multiaddr#131?

wasn't sure how code issuance works. changed to 280

rvagg commented 2 years ago

@mxinden @marten-seemann yeap, you have pretty much free-range on the multiaddr entries as far as I'm concerned, as long as you don't stray too low and get into the precious single-byte range <= 0x7f and keep the validation script happy. Go ahead and merge both of these if they're good to go.