Add WebTransport

w3c draft here https://www.w3.org/TR/webtransport/

0x01d1

related: https://github.com/multiformats/multiaddr/pull/126
This commit is contained in:
Mark Riise 2022-03-21 17:11:26 -07:00 committed by GitHub
parent e8250eb82d
commit 8d8ce40db3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,6 +117,7 @@ garlic32, multiaddr, 0x01bf, draft, I2P b
tls, multiaddr, 0x01c0, draft,
noise, multiaddr, 0x01c6, draft,
quic, multiaddr, 0x01cc, permanent,
webtransport, multiaddr, 0x01d1, draft,
ws, multiaddr, 0x01dd, permanent,
wss, multiaddr, 0x01de, permanent,
p2p-websocket-star, multiaddr, 0x01df, permanent,

1 name tag code status description
117 tls multiaddr 0x01c0 draft
118 noise multiaddr 0x01c6 draft
119 quic multiaddr 0x01cc permanent
120 webtransport multiaddr 0x01d1 draft
121 ws multiaddr 0x01dd permanent
122 wss multiaddr 0x01de permanent
123 p2p-websocket-star multiaddr 0x01df permanent