-
Notifications
You must be signed in to change notification settings - Fork 542
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
plugin/transport: Prototype QUIC transport #176
base: master
Are you sure you want to change the base?
Conversation
@coufalja thanks for the PR. a few issues and questions -
|
Thank you for a QUICk review, I am going to add tests soon. I've covered the other stuff already. |
@coufalja thanks for the update. A couple more quick questions -
|
The QUIC cannot be used without TLS, I have added an error return if you try to instantiate QUIC transport without TLS configured.
You are absolutely right 🤦 in it being wrong, I will fix it. |
@coufalja thanks for the input. I will update NodeHost to print out a warning message if NodeHost is created without TLS. internal/transport/tests contains some keys & certificates that can be used in tests, please feel free to use them when adding tests to the quic plugin. |
@coufalja are you adding more tests? I can a see an added test covering the creation and shutdown of the quic transport module, some tests to check that the transport module actual works will be useful. thanks! |
any chance to get this completed and merged? |
Prototype UDP based transport #90