Skip to content

Commit fc33ac8

Browse files
mxindenachingbrain
andauthored
fix!: Rename webrtc to webrtc-direct and webrtc-w3c to webrtc (#314)
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 <[email protected]>
1 parent a1cd5af commit fc33ac8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/protocols-table.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ export const table: Array<[number, number, string, boolean?, boolean?]> = [
2020
[275, 0, 'p2p-webrtc-star'],
2121
[276, 0, 'p2p-webrtc-direct'],
2222
[277, 0, 'p2p-stardust'],
23-
[280, 0, 'webrtc'],
24-
[281, 0, 'webrtc-w3c'],
23+
[280, 0, 'webrtc-direct'],
24+
[281, 0, 'webrtc'],
2525
[290, 0, 'p2p-circuit'],
2626
[301, 0, 'udt'],
2727
[302, 0, 'utp'],

0 commit comments

Comments
 (0)