Skip to content

Commit

Permalink
Add /dns, /wss, /relay protocol codes
Browse files Browse the repository at this point in the history
Also add a fourth column, for comments.

- We'll be using the experimental /dns-exp protocol for now, as per #22. Once we're sure it's right, we'll make it into /dns.
- Same procedure for /relay, where in addition to the semantics, we're not even sure about the name.
- /wss on the other hand is pretty straightforward.
  • Loading branch information
Lars Gierth authored and Lars Gierth committed Jan 19, 2017
1 parent 4c7d3a1 commit 90cd2ec
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions protocols.csv
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
code, size, name
code, size, name, comment
4, 32, ip4
6, 16, tcp
17, 16, udp
33, 16, dccp
41, 128, ip6
53, V, dns, reserved for future use
531, V, dns-exp, experimental /dns
132, 16, sctp
301, 0, udt
302, 0, utp
421, V, ipfs
480, 0, http
443, 0, https
444, 96, onion
450, V, relay, reserver for future use (preliminary name)
451, V, relay-exp, experimental /relay
477, 0, ws
275, 0, libp2p-webrtc-star
478, 0, wss
275, 0, libp2p-webrtc-star

0 comments on commit 90cd2ec

Please sign in to comment.