Skip to content

Commit 822d885

Browse files
committed
add hex values to the table
1 parent d7b0901 commit 822d885

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

src/protocols.csv

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
code, size, name
2-
4, 32, ip4
3-
6, 16, tcp
4-
17, 16, udp
5-
33, 16, dccp
6-
41, 128, ip6
7-
132, 16, sctp
8-
301, 0, udt
9-
302, 0, utp
10-
42, V, ipfs
11-
480, 0, http
12-
443, 0, https
13-
477, 0, ws
14-
444, 10, onion
15-
275, 0, libp2p-webrtc-star
1+
hex-code, dec-code, size, name
2+
0x04, 4, 32, ip4
3+
0x29, 41, 128, ip6
4+
0x06, 6, 16, tcp
5+
0x11, 17, 16, udp
6+
0x21, 33, 16, dccp
7+
0x84, 132, 16, sctp
8+
0x012D, 301, 0, udt
9+
0x012E, 302, 0, utp
10+
0x2A, 42, V, ipfs
11+
0x01E0, 480, 0, http
12+
0x01BB, 443, 0, https
13+
0x01DD, 477, 0, ws
14+
0x01BC, 444, 10, onion
15+
0x0113, 275, 0, libp2p-webrtc-star

0 commit comments

Comments
 (0)