Skip to content

Commit 4b5c7b5

Browse files
committed
fix: Rename webrtc-w3c to webrtc-private-to-private
We have decided to rename `webrtc-w3c` to `webrtc-private-to-private`. See rational in multiformats/multiaddr#150. No software has been released using `webrtc-w3c`, thus renaming is not a breaking change. Ignoring the automated `multiaddr` `v11.5.0` release. See also multiformats#309 that introduced `webrtc-w3c`.
1 parent 9b457d0 commit 4b5c7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protocols-table.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const table: Array<[number, number, string, boolean?, boolean?]> = [
2121
[276, 0, 'p2p-webrtc-direct'],
2222
[277, 0, 'p2p-stardust'],
2323
[280, 0, 'webrtc'],
24-
[281, 0, 'webrtc-w3c'],
24+
[281, 0, 'webrtc-private-to-private'],
2525
[290, 0, 'p2p-circuit'],
2626
[301, 0, 'udt'],
2727
[302, 0, 'utp'],

0 commit comments

Comments
 (0)