Skip to content

Commit

Permalink
fix!: Rename webrtc to webrtc-direct and webrtc-w3c to webrtc (#314)
Browse files Browse the repository at this point in the history
We have decided to rename `webrtc` to `webrtc-direct` and `webrtc-w3c` to `webrtc` as these better reflect the protocols being used.

For further discussion please see: multiformats/multiaddr#150

This change landed in multiformats/multiaddr#152

BREAKING CHANGE: webrtc has been renamed webrtc-direct and webrtc-w3c has been renamed webrtc

---------

Co-authored-by: Alex Potsides <alex@achingbrain.net>
  • Loading branch information
mxinden and achingbrain committed Mar 17, 2023
1 parent a1cd5af commit fc33ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/protocols-table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export const table: Array<[number, number, string, boolean?, boolean?]> = [
[275, 0, 'p2p-webrtc-star'],
[276, 0, 'p2p-webrtc-direct'],
[277, 0, 'p2p-stardust'],
[280, 0, 'webrtc'],
[281, 0, 'webrtc-w3c'],
[280, 0, 'webrtc-direct'],
[281, 0, 'webrtc'],
[290, 0, 'p2p-circuit'],
[301, 0, 'udt'],
[302, 0, 'utp'],
Expand Down

0 comments on commit fc33ac8

Please sign in to comment.