Skip to content

Commit

Permalink
feat: add webrtc-w3c protocol (#150)
Browse files Browse the repository at this point in the history
Adds support for the webrtc-w3c protocol described by the following
spec: libp2p/specs#497
  • Loading branch information
ckousik authored Mar 3, 2023
1 parent 83e6b7a commit 29eb360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protocols.csv
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ code, size, name, comment
275, 0, p2p-webrtc-star,
276, 0, p2p-webrtc-direct,
280, 0, webrtc, ICE-lite webrtc transport
281, 0, webrtc-w3c, webrtc transport where connection establishment is according to w3c spec
290, 0, p2p-circuit,
777, V, memory, in memory transport for self-dialing and testing; arbitrary

0 comments on commit 29eb360

Please sign in to comment.