Skip to content

Commit

Permalink
fix: Rename webrtc-w3c to webrtc and webrtc to webrtc-direct
Browse files Browse the repository at this point in the history
Following on from #150 and an replacement for #151

Renames:

- `/webrtc-w3c` -> `/webrtc` - AKA browser to browser
- `/webrtc` -> `/webrtc-direct` - AKA browser to server

Discussion:

- This option was mentioned in #150 and seemed to have a reasonable amount of support but seemed to get lost amongst the other options
- The differences in the protocols is mentioned in the table comments
  • Loading branch information
achingbrain authored Mar 14, 2023
1 parent 29eb360 commit f7e746e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocols.csv
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ code, size, name, comment
277, 0, p2p-stardust,
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
280, 0, webrtc-direct, ICE-lite webrtc transport with SDP munging during connection establishment and without use of a STUN server
281, 0, webrtc, 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 f7e746e

Please sign in to comment.