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

quic: make server cmd use RFC 9000 instead of draft-29 #2751

Closed
wants to merge 1 commit into from

Conversation

leonrinkel
Copy link
Contributor

Support for QUIC draft-29 has been dropped in v0.30.0, however the transport server cmd has still been using draft-29 and thus fails with error unknown QUIC version since that release.

This PR makes p2p/transport/quic/cmd/server/main.go use RFC 9000, i.e. /quic-v1 instead of /quic, so that the standalone client/server test commands work again.

@MarcoPolo
Copy link
Collaborator

Thanks, I didn't even know we had this. We should have an Example test for this. I'll add one soon unless you beat me to it.

@MarcoPolo
Copy link
Collaborator

Closing this in favor of #2753 so that I can push the change. You will still have the original commit associated with you @leonrinkel

@MarcoPolo MarcoPolo closed this Mar 25, 2024
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