add a new QUIC codepoint for QUIC v1 (#298)

* change existing QUIC code point to draft-29, add one for v1

* don't change the original code point
This commit is contained in:
Marten Seemann 2022-11-11 07:36:38 +00:00 committed by GitHub
parent 5e275cdb00
commit 1f8b8f244b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,6 +120,7 @@ tls, multiaddr, 0x01c0, draft,
sni, multiaddr, 0x01c1, draft, Server Name Indication RFC 6066 § 3
noise, multiaddr, 0x01c6, draft,
quic, multiaddr, 0x01cc, permanent,
quic-v1, multiaddr, 0x01cd, permanent,
webtransport, multiaddr, 0x01d1, draft,
certhash, multiaddr, 0x01d2, draft, TLS certificate's fingerprint as a multihash
ws, multiaddr, 0x01dd, permanent,

1 name tag code status description
120 sni multiaddr 0x01c1 draft Server Name Indication RFC 6066 § 3
121 noise multiaddr 0x01c6 draft
122 quic multiaddr 0x01cc permanent
123 quic-v1 multiaddr 0x01cd permanent
124 webtransport multiaddr 0x01d1 draft
125 certhash multiaddr 0x01d2 draft TLS certificate's fingerprint as a multihash
126 ws multiaddr 0x01dd permanent