Skip to content

Commit 8df4450

Browse files
committed
1 parent 20f8cbc commit 8df4450

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

multiaddr/protocols.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
P_P2P = 0x01A5
2424
P_HTTP = 0x01E0
2525
P_HTTPS = 0x01BB
26+
P_TLS = 0x01C0
2627
P_QUIC = 0x01CC
2728
P_WS = 0x01DD
2829
P_WSS = 0x01DE
@@ -111,6 +112,7 @@ def __repr__(self):
111112
Protocol(P_QUIC, 'quic', None),
112113
Protocol(P_HTTP, 'http', None),
113114
Protocol(P_HTTPS, 'https', None),
115+
Protocol(P_TLS, 'tls', None),
114116
Protocol(P_WS, 'ws', None),
115117
Protocol(P_WSS, 'wss', None),
116118
Protocol(P_P2P_WEBSOCKET_STAR, 'p2p-websocket-star', None),

0 commit comments

Comments
 (0)