-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add webrtc #179
Add webrtc #179
Conversation
Wasn't the plan to use |
👍 Followed up on https://github.com/libp2p/specs/pull/412/files#r917573385. |
@mxinden I've implemented |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Can you add the code point to https://github.com/multiformats/multiaddr?
CI is unhappy about this PR. I think you'll need to run |
@marten-seemann Seems like |
Yes, makes sense. Just pick a number. |
Made a PR multiformats/multiaddr#131 . These should be good to merge. |
Adds an
x-webrtc
protocol which holds the 32 byte hex encoded DTLS fingerprint received by the server. This is based on melekes/rust-multiaddr@c88f5f4 and is for supporting the Go implementation of the spec described in libp2p/specs#412 .