|
1 | | -code, size, name, comment |
2 | | -4, 32, ip4, |
3 | | -6, 16, tcp, |
4 | | -273, 16, udp, |
5 | | -33, 16, dccp, |
6 | | -41, 128, ip6, |
7 | | -42, V, ip6zone, rfc4007 IPv6 zone |
8 | | -53, V, dns, domain name resolvable to both IPv6 and IPv4 addresses |
9 | | -54, V, dns4, domain name resolvable only to IPv4 addresses |
10 | | -55, V, dns6, domain name resolvable only to IPv6 addresses |
11 | | -56, V, dnsaddr, |
12 | | -132, 16, sctp, |
13 | | -301, 0, udt, |
14 | | -302, 0, utp, |
15 | | -400, V, unix, |
16 | | -421, V, p2p, preferred over /ipfs |
17 | | -421, V, ipfs, backwards compatibility; equivalent to /p2p |
18 | | -444, 96, onion, |
19 | | -445, 296, onion3, |
20 | | -446, V, garlic64, |
21 | | -447, V, garlic32, |
22 | | -460, 0, quic, |
23 | | -480, 0, http, |
24 | | -443, 0, https, |
25 | | -477, 0, ws, |
26 | | -478, 0, wss, |
27 | | -479, 0, p2p-websocket-star, |
28 | | -277, 0, p2p-stardust, |
29 | | -275, 0, p2p-webrtc-star, |
30 | | -276, 0, p2p-webrtc-direct, |
31 | | -290, 0, p2p-circuit, |
32 | | -777, V, memory, in memory transport for self-dialing and testing; arbitrary |
| 1 | +code, size, name, codec, comment |
| 2 | +4, 32, ip4, ip4, |
| 3 | +6, 16, tcp, uint16be, |
| 4 | +273, 16, udp, uint16be, |
| 5 | +33, 16, dccp, uint16be, |
| 6 | +41, 128, ip6, ip6, |
| 7 | +42, V, ip6zone, ?, rfc4007 IPv6 zone |
| 8 | +53, V, dns, idna, domain name resolvable to both IPv6 and IPv4 addresses |
| 9 | +54, V, dns4, idna, domain name resolvable only to IPv4 addresses |
| 10 | +55, V, dns6, idna, domain name resolvable only to IPv6 addresses |
| 11 | +56, V, dnsaddr, idna, |
| 12 | +132, 16, sctp, uint16be, |
| 13 | +301, 0, udt, –, |
| 14 | +302, 0, utp, –, |
| 15 | +400, V, unix, fspath, |
| 16 | +421, V, p2p, p2p, preferred over /ipfs |
| 17 | +421, V, ipfs, p2p, backwards compatibility; equivalent to /p2p |
| 18 | +444, 96, onion, onion, |
| 19 | +445, 296, onion3, ?, |
| 20 | +446, V, garlic64, ?, |
| 21 | +447, V, garlic32, ?, |
| 22 | +460, 0, quic, –, |
| 23 | +480, 0, http, –, |
| 24 | +443, 0, https, –, |
| 25 | +477, 0, ws, –, |
| 26 | +478, 0, wss, –, |
| 27 | +479, 0, p2p-websocket-star, –, |
| 28 | +277, 0, p2p-stardust, –, |
| 29 | +275, 0, p2p-webrtc-star, –, |
| 30 | +276, 0, p2p-webrtc-direct, –, |
| 31 | +290, 0, p2p-circuit, –, |
| 32 | +777, V, memory, –, in memory transport for self-dialing and testing; arbitrary |
0 commit comments