Skip to content

Commit 0cd369e

Browse files
authored
chore: add deprecations to p2p-webrtc-star, p2p-webrtc-direct, p2p-websocket-star, and p2p-stardust (#154)
1 parent 2ad868a commit 0cd369e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

protocols.csv

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ code, size, name, comment
3131
443, 0, https, Deprecated alias for /tls/http
3232
477, 0, ws, WebSockets
3333
478, 0, wss, Deprecated alias for /tls/ws
34-
479, 0, p2p-websocket-star,
35-
277, 0, p2p-stardust,
36-
275, 0, p2p-webrtc-star,
37-
276, 0, p2p-webrtc-direct,
34+
479, 0, p2p-websocket-star, Deprecated
35+
277, 0, p2p-stardust, Deprecated
36+
275, 0, p2p-webrtc-star, Deprecated - Use webrtc or webrtc-direct instead
37+
276, 0, p2p-webrtc-direct, Deprecated - Use webrtc or webrtc-direct instead
3838
280, 0, webrtc-direct, ICE-lite webrtc transport with SDP munging during connection establishment and without use of a STUN server
3939
281, 0, webrtc, webrtc transport where connection establishment is according to w3c spec
4040
290, 0, p2p-circuit,

0 commit comments

Comments
 (0)