Skip to content
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

Merged
merged 3 commits into from
Nov 11, 2022
Merged

add a new code point for QUIC v1 #147

merged 3 commits into from
Nov 11, 2022

Conversation

marten-seemann
Copy link
Contributor

To be merged after multiformats/multicodec#298.

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,
Copy link
Contributor

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.

Copy link
Contributor Author

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,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did the formatting break?

Copy link
Contributor Author

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).

@marten-seemann marten-seemann changed the title change existing QUIC code point to draft-29, add one for v1 add a new code point for QUIC v1 Nov 11, 2022
@marten-seemann marten-seemann merged commit 5d40bcb into master Nov 11, 2022
@marten-seemann marten-seemann deleted the quic-v1 branch November 11, 2022 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants