-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add a new code point for QUIC v1 #147
Conversation
protocols.csv
Outdated
@@ -23,9 +23,10 @@ code, size, name, comment | |||
448, 0, tls, Transport Layer Security | |||
449, V, sni, Server Name Indication RFC 6066 § 3 | |||
454, 0, noise, | |||
460, 0, quic, | |||
460, 0, quic-draft29, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's not make this rename change yet, because I think it may break parsing existing strings.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted this change.
protocols.csv
Outdated
@@ -23,9 +23,10 @@ code, size, name, comment | |||
448, 0, tls, Transport Layer Security | |||
449, V, sni, Server Name Indication RFC 6066 § 3 | |||
454, 0, noise, | |||
460, 0, quic, | |||
460, 0, quic, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did the formatting break?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Editors break it all the time, since we're using tabs, and many editors convert those to spaces (including the built-in GitHub editor).
ba7dbc3
to
6ddfc21
Compare
To be merged after multiformats/multicodec#298.