multiaddr icon indicating copy to clipboard operation
multiaddr copied to clipboard

Add dtls multiaddr

Open backkem opened this issue 7 years ago • 1 comments

This PR adds a dtls multiaddr to resolve #75. I've not foreseen a value part for now. 0x20 also seems free in multiformats/multicodec. Let me know if I should also open a PR on that repo.

backkem avatar Nov 26 '18 14:11 backkem

So, regardless of whether or not go-libp2p can currently use dtls, we can still add the protocol code. However,

  1. We should first PR against https://github.com/multiformats/multicodec as that's the complete list of codecs.
  2. We should probably pick a two-byte multicodec as we have very few single-byte multicodecs available.

Stebalien avatar Dec 06 '18 01:12 Stebalien