We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
protocol._CODES
1 parent 9002974 commit 1878efaCopy full SHA for 1878efa
multiaddr/protocols.py
@@ -36,35 +36,6 @@
36
P_P2P_WEBRTC_DIRECT = 0x0114
37
P_UNIX = 0x0190
38
39
-_CODES = [
40
- P_IP4,
41
- P_IP6,
42
- P_IP6ZONE,
43
- P_TCP,
44
- P_UDP,
45
- P_DCCP,
46
- P_SCTP,
47
- P_UDT,
48
- P_UTP,
49
- P_P2P,
50
- P_HTTP,
51
- P_HTTPS,
52
- P_QUIC,
53
- P_WS,
54
- P_WSS,
55
- P_ONION,
56
- P_ONION3,
57
- P_P2P_CIRCUIT,
58
- P_DNS,
59
- P_DNS4,
60
- P_DNS6,
61
- P_DNSADDR,
62
- P_P2P_WEBSOCKET_STAR,
63
- P_P2P_WEBRTC_STAR,
64
- P_P2P_WEBRTC_DIRECT,
65
- P_UNIX,
66
-]
67
-
68
69
class Protocol:
70
__slots__ = [
0 commit comments