Skip to content

Commit e6f8d1b

Browse files
authored
Merge pull request #63 from justheuristic/master
add quic-v1 protocol
2 parents 8ad906c + f3c2930 commit e6f8d1b

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
@@ -25,6 +25,7 @@
2525
P_HTTPS = 0x01BB
2626
P_TLS = 0x01C0
2727
P_QUIC = 0x01CC
28+
P_QUIC1 = 0x01CD
2829
P_WS = 0x01DD
2930
P_WSS = 0x01DE
3031
P_ONION = 0x01BC
@@ -110,6 +111,7 @@ def __repr__(self):
110111
Protocol(P_ONION, 'onion', 'onion'),
111112
Protocol(P_ONION3, 'onion3', 'onion3'),
112113
Protocol(P_QUIC, 'quic', None),
114+
Protocol(P_QUIC1, 'quic-v1', None),
113115
Protocol(P_HTTP, 'http', None),
114116
Protocol(P_HTTPS, 'https', None),
115117
Protocol(P_TLS, 'tls', None),

0 commit comments

Comments
 (0)